Richard Michael Coo

Results 13 comments of 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...

It doesn't even look like a fork, but READMEs are the same. ![Screenshot from 2022-05-13 01-08-52](https://user-images.githubusercontent.com/5841268/168130728-7ec9da07-57e0-43ce-9e0e-300168b5878d.png) .

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