Morgan Touverey Quilling
Morgan Touverey Quilling
Hi! I am integrating Go code in my codebase and exposing its functions in a shared library file (.so). It would be nice to be able to set the buildmode,...
- Versions: [email protected], [email protected] - `nodemon -v`: 2.0.19 - Operating system/terminal environment (powershell, gitshell, etc): Ubuntu & ZSH - Command you ran: `nodemon --inspect=9231 test.js ` ### Normal behavior According...
According to the graphql-compose `tsconfig.json`, graphql-compose expects standard libraries `es2017`or `esnext.asynciterable` to be present, but still compiles to the `es2016` [`target`](https://typescriptlang.org/tsconfig#target). We were profiling our API and, while tracking performance...
First, thanks for bringing Biome to IntelliJ IDEs! I have an issue with the formatter, I'd like to disable it on .js files because I prefer how my IDE config...
### Description **Edit: The issue is caused by Coolify not using an IPv6 network, so you get proxy IP for IPv6 users. You can solve this manually: https://github.com/coollabsio/coolify/issues/3436#issuecomment-2597712687** I'm leaving...
[Composite types](https://www.prisma.io/docs/orm/prisma-client/special-fields-and-types/composite-types) allow to have embedded documents in Prisma schemas. Unfortunately, they do not seem to be supported by this generator! Repro is dead simple: ```prisma model MyModel { id...