Omar Dulaimi
Omar Dulaimi
## Prerequisites * [ ] I am running the latest version. (`up upgrade`) * [x] I searched to see if the issue already exists. * [x] I inspected the verbose...
# Bug report - [X] I have checked other issues to make sure this is not a duplicate. ## Describe the bug File uploads don't work and produce the error...
This PR makes a few corrections to README, CONTRIBUTING and comments, regarding the correct use of names or for better readability. No code was changed in this PR. Hope this...
Since the @angular/http package has been removed, shouldn't the library remove it as well? the replacement is @angular/common/http as the Angular docs mentions here: [https://angular.io/guide/deprecations#angularhttp](url) Thank you for the awesome...
**Describe the bug** Hello, I noticed that generated sitemaps get truncated when they reach their destination(S3). For example, one of the files has 3.5MB of size, on S3 it's only...
This PR handles the case when `zod` is not installed, which currently fails silently without letting the user know why the generation step is stuck.
## Problem ``` payload { data: { name: 'Blanca Hyatt', createdAt: 2022-08-09T03:58:40.668Z, updatedAt: 2022-08-08T18:58:18.021Z } } result [ { code: 'invalid_type', expected: 'date', received: 'string', path: [ 'data', 'createdAt' ],...
### Discussed in https://github.com/omar-dulaimi/prisma-trpc-generator/discussions/23 Originally posted by **Revitate** August 6, 2022 From prisma document (https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#aggregate) and generated schema I think it has missing field `_count`, `_avg`, `_sum`, `_min` and `_max`...
### Discussed in https://github.com/omar-dulaimi/prisma-trpc-generator/discussions/11 This requires work to be done here in this library and also in `Prisma Zod Generator`.
### Description I have defined custom maintenance pages for 40x and 50x errors. Currently the html for both has arabic text. Locally through vsCode, I can see the text correctly....