Arnaud Gissinger
Arnaud Gissinger
Since [bun](https://github.com/oven-sh/bun) is now "stable" you might want to use this kind of shebang: ```typescript #! /usr/bin/env -S bun run import "zx/globals" await $`ls -la` ``` Very very fast compared...
Same issue, even with the email password auth method!
Same, by just trying hard and relaunching my app. Without even changing the token it worked...
Hello, Sorry for the long delay before any response, I'm pretty busy these days. I think the issue is related to #26 and #27 I'm already working on these when...
An essential feature for serverless environments, but also a huge design flaw in my opinion: `makeExecutableSchema` should have always meant to be running during build time. It has absolutely zero...
This issue could also be addressed by fixing this one https://github.com/ardatan/graphql-tools/issues/4270 Executing `makeExecutableSchema` at build time, would drastically increase the start time of this library.
Bun's Macros could be the easiest solution to this problem, but unfortunately right now Bun do not support compiling circular structures (https://github.com/oven-sh/bun/issues/5271). Once this feature implemented the only thing we...
For me the issue was using `cloudflare-warp` while trying to `pip install fake-useragent` inside a Docker build with `python:3.9-alpine` as image. Solved my issue by disabling warp for the action....
In my case I had to wait for a couple of minutes before it worked.
It would also require to change both ` Range(0, 0, 12, 0)` to ` Range(0, 0, 11, 0)`.