Leon Miller-Out

Results 25 comments of Leon Miller-Out

Yeah, I tried your workaround and found that the manifest is replaced by each "job", so only the last file to finish ends up in the manifest. I'll whip up...

@PikachuEXE concurrency isn't touted as a new feature in the [Sprockets 4.x upgrade guide](https://github.com/rails/sprockets/blob/master/UPGRADING.md). (Although the other new features look great!) Sprockets 3.x has [some code that mentions concurrency](https://github.com/rails/sprockets/blob/3.x/lib/sprockets/manifest.rb#L209-L210) as...

I think you might be looking for `build()`. It will give you a new, unpersisted instance that you can then set attributes on: ```javascript const newEvent = Event.build({ id: (uuidv4()...

Thanks for the idea, Donal. I can't easily test that workaround at the moment. Running with the main `service` key set to `[app_name]_[env_name]` is working fine for me at the...

We get this error intermittently in local dev with an app using TypeORM 0.3.17, run with `pm2-runtime` and `ts-node-dev`, and connecting to an MSSQL 2022 database running in Docker. Restarting...