William Will
William Will
Preface: I saw [this issue](https://github.com/apollographql/react-apollo/pull/2710) which seems to have implemented the equivalent for Mutations. ## The problem I have a menu that opens up when clicked on. Similar to this:...
# Context I was developing this functionality for my own mono-repo but I was using this repo as a playground because it is already fleshed out with lots of individual...
We have third party libraries that call `process.exit` which seems to be incompatible with the graceful shutdown option due to the nature of `async-exit-hooks`. I am currently achieving this with:...
### Which project is this feature idea for? Turbopack ### Describe the feature you'd like to request Without hardware acceleration enabled on your browser, turbo.build is unbearably laggy. I've tried...
I saw this project demoed at nextjs conf and it looks awesome, can't wait to try it out. I was curious if there is a way to export a given...
### Describe the bug # Background We have a mono-repo which houses multiple packages. Some of the packages share dependencies, and throughout our packages, different versions of the same package...
# Problem When using wildcards in route matchers of express, the base route is not added as one of the recorded paths. For example, the following server setup will not...
## Description Adds configuration which allows Oauth2 Proxy to connect to AWS redis services using IAM auth. ## Motivation and Context This should be useful for organizations who use AWS...
## Description This PR modifies the application to only validate the Nonce parameter on the initial callback where sessions are established. ## Motivation and Context https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokenResponse ^ From the OIDC...
## ☕️ Reasoning Currently, if you have your next-auth `SessionProvider` is configured to point to a separate domain from the next.js app, next-auth related cookies will not be sent in...