Richard Michael Coo
Richard Michael Coo
It seems more like a regression. I don't remember this garbling bug as a longtime `yay` user. EDIT: I also turned on `ParallelDownloads = 5` in `/etc/pacman.conf` recently, so I'm...
TypeORM has it: https://github.com/typeorm/typeorm/blob/master/extra/typeorm-model-shim.js#L16-L21 Most decorators are no-ops.
any updates? this is a very old issue...
Also encountered this issue, and pinning to `1.2.205` definitely removes the `Cannot access X before initialization` message. Also using Nest.js. Circular deps probably the culprit.
@hidemydreams you need to run it via `ts-node` ```json { "typeorm": "ts-node -P tsconfig.json ./node_modules/typeorm/cli.js", "seed": "ts-node ./database/seed.ts", "migrate:gen": "pnpm typeorm migration:generate -d datasource.ts -p", } ``` Also the output...
I can confirm this bug as well.
It doesn't even look like a fork, but READMEs are the same.  .
Same experience here. MongoDB Compass exits just one time, perhaps trying to open Gnome Keyring. Subsequent opens work fine.
Is this still true as of `v4.x` of Bull? Also getting some random `ERR_UNHANDLED_REJECTION` from rejected promises, where it's crashing pods instead of marking the job as failed. Also using...
Thanks @manast! I'll give Bull -> BullMQ a look