Luke Morales
Luke Morales
# Bug report ## Describe the bug As you can see in the screenshot, `createStitches` also returns a `reset` function but the docs (screenshot 2) does not have it to...
## Description I'm building my react project with rollup, and because of some libs I need to activate `browser: true` on rollup-node-resolver, but I cannot build my app because of...
I have the following chart in my project, it receives several data based on datetimes to show stocks quotation, however, there are hours that the stocks stops receiving data. The...
When branding an object all the `z.ZodObject` functionalities are lost, is that the expected behavior or is there something that can be fixed in the types when using `z.brand()`? This...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...
#4 is complete, but after testing on heroku, this issue came up: the last issues page is never defined. A user can go to the next page to the infinity...
As of today, the app is using Animated from "react-native" to animate the gestures. Since it runs on the JS thread within the application, sometimes it causes the animation to...
### Discussed in https://github.com/lukemorales/next-safe-navigation/discussions/3 Originally posted by **zbeyens** February 3, 2024 I'm trying to derive a field from another field using `.transform` to avoid using a separate hook. ```ts skill:...