Igor Mayorov
Igor Mayorov
Hello! I found some unusual prisma operator after introspecting my db schema And its broken any highlighting after that model, containing this operator. Its caused by custom "geometry" scalar from...
Hello, Nikolay! I got `Request Timeout` while sending more then X (about 1000 in my case) rows at ones. I batching requests on client side (nodejs) and sending this batch...
I have nuxt frontend and api backend on 1337 port. I'm trying to proxy `http://*nuxtapp*/api/*` requests to `http://localhost:1337/` Example `http://*nuxtapp*/api/products` to `http://localhost:1337/products` When I'm using `API_URL` env var, as was...
### Name and Version bitnami/mongodb 15.6.26 ### What architecture are you using? amd64 ### What steps will reproduce the bug? 1. deploy regular bitnami/mongodb helm chart 2. try to connect...
Maybe some changes in test cases required ## Description A small PR to fix #10277 Related #10277 ## Type of change - [x] Bug fix (non-breaking change which fixes an...
### Which packages are impacted by your issue? @graphql-codegen/client-preset ### Describe the bug When using fragment and fragment masking on a graphql field with type like `[Film]!` or `[Film]` typescript...