Brandon Bayer
Brandon Bayer
I need refresh() because I sometimes have new assets added to the CameraRoll while this component is mounted. I need to periodically reload the assets. Also, sometimes I need to...
### Problem When a session is created, [we have a 100ms async task that cancels and resets queries](https://github.com/blitz-js/blitz/blob/main/packages/blitz-rpc/src/data-client/rpc.ts#L120-L132). Normally this is fine except if you run two queries/mutations back to...
### What is the problem? Routes manifest is not updated without a dev server restart ### Paste all your error logs here: None ### Paste all relevant code snippets here:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Node projects that require node-gyp fail because `python` and `build-essential`...
### Feature request This is a recurring frustration for our users, they expect to be able to set a specific node version instead of only a major. Currently the only...
### Feature request I would like ability to generate dockerfile that will run as a non root user. Required for apps that run headless chrome for example.
I'm using `expo-2d-context` in a non-expo project. I had to add expo-file-system to my iOS and Android dependencies.
According to https://github.com/prisma/prisma-client-js/issues/228#issuecomment-618433162, we must use the below code in next.js environments to prevent the too many connections error. ```ts import { PrismaClient } from "@prisma/client" export * from "@prisma/client"...