Adam Eisenreich
Adam Eisenreich
### Bug description Pressing `F2` in VSCode on an enum column does rename the text, but does not set the appropriate `@map(originalName)` annotation and thus the rename is lost with...
I think that `fieldsMap` too, should use the `transform`. If this is not wanted it should at least not accept it... If you want I may have a look into...
Hi, I would like to be able to remove `__typename` from the whole tree. I thought something like `*.__typename` might work, but it did not :/
I have a proposal to help a lot of players new to any mod! ## Item categorization Every mod creator would have the option to specify categories/hashes to his mod...
### Feature Description The [Temporal API](https://tc39.es/proposal-temporal/docs/) has been [almost done](https://github.com/tc39/proposal-temporal/issues/1450) for a year now. Extract from [README.MD](https://github.com/tc39/proposal-temporal): > NOTE: Although this proposal's API is not expected to change, implementers of...
Hi, I would love to use this, but since in my codebase we do have some Czech texts, it looks way off. I heard it is possible to add all...
**I'm submitting a** - [ ] bug - [x] feature request - [ ] question **What is the current behavior?** This library depends on `rxjs` v6.x.x. **What is the expected...
I would like to know, if the documentation for this quite awesome component library is only in Russian, or if the error is somewhere else... - [ ] bug -...
### Bug description ``` PrismaClientKnownRequestError: Invalid `prisma.carrier.upsert()` invocation in C:\Users\akxe\Documents\programming\rita\apps\server\src\cron\rs-foto-import\handle-created.ts:114:34 111 112 const { photos, mapImage, carrierID, ...update } = data; 113 → 114 const promise = prisma.carrier.upsert( Unique constraint...