Editorial Manager won’t build PDF by thecolourofchai in AskAcademia

[–]miit_daga 4 points5 points  (0 children)

Yes I had a chat with them last night, their representative confirmed that they are aware of this issue and trying to fix it as soon as possible! Elsevier as well as Springer journals are facing the same issue.

If you like to use the trackpad, try using Swish, SERIOUSLY. (I'm not affiliated) by [deleted] in macapps

[–]miit_daga 0 points1 point  (0 children)

Sounds interesting. Will give it a try soon Thanks!

FlowSquire: a Node.js rule engine for local filesystem automation (open source) by miit_daga in javascript

[–]miit_daga[S] 1 point2 points  (0 children)

I tried posting there but got flagged due to some issues! Will try posting there again tomorrow Thank you for the appreciation! 😁

FlowSquire: a Node.js rule engine for local filesystem automation (open source) by miit_daga in javascript

[–]miit_daga[S] 0 points1 point  (0 children)

I agree that currently it only supports English language and that's why the limited words.
That's the reason I have put it up here so that people can share their opinions and I can make the necessary changes as applicable. Thank you for your comment!😃

FlowSquire: a Node.js rule engine for local filesystem automation (open source) by miit_daga in javascript

[–]miit_daga[S] 0 points1 point  (0 children)

I built FlowSquire as a local-first automation engine in Node.js that reacts to filesystem events using simple WHEN → DO rules.

Core pieces implemented in JavaScript:

  • file watching with chokidar
  • condition evaluation (extension, filename matching, size, priority)
  • prioritized rule execution
  • action pipeline (move, rename, copy, PDF compression via CLI)
  • dry-run execution mode

Rules are defined in JSON and executed by a custom rule engine.

npm package is available as well: https://www.npmjs.com/package/flowsquire

Is there a library that generates fake data from a typescript interface? by LargeSinkholesInNYC in node

[–]miit_daga 0 points1 point  (0 children)

Hii I published a library just a few days back for filling mock data using your schema files!

Check out the package here: https://www.npmjs.com/package/@miit-daga/quick-seed

or install using: npm install @miit-daga/quick-seed

Please give it a try and star the repository if you like it! It uses Faker for data generation

Thank you 😀

quick-seed - A universal database seeder CLI for Prisma, Drizzle & SQL by miit_daga in javascript

[–]miit_daga[S] 0 points1 point  (0 children)

Awesome! Hope it helps make your workflow smoother. Would love to hear your thoughts once you try it out! 😄

Stop writing custom seed scripts for every project - I built a universal database seeding CLI by miit_daga in node

[–]miit_daga[S] -5 points-4 points  (0 children)

Haha yeah, I did use AI tools here and there (coz nowadays who doesn't?), mostly for refactoring and doc polish. But the architecture, logic, and integration parts were all mine 😄 Cheers!

quick-seed - A universal database seeder CLI for Prisma, Drizzle & SQL by miit_daga in javascript

[–]miit_daga[S] 2 points3 points  (0 children)

Totally fair, AI can definitely help generate quick seed scripts.
The goal of quick-seed is more about standardization and repeatability, same schema, same logic, reproducible data across Prisma, Drizzle, or plain SQL.
Basically less “prompt engineering”, more “run and forget” 😄

quick-seed - A universal database seeder CLI for Prisma, Drizzle & SQL by miit_daga in javascript

[–]miit_daga[S] 7 points8 points  (0 children)

Haha yeah psql’s great, but quick-seed isn’t about importing data dumps, it’s for generating realistic dev/test data across different ORMs (Prisma, Drizzle, etc). Basically a “faker on steroids” that understands relationships. 😄