Joshua Turner

Results 8 comments of Joshua Turner

For anyone else running into this problem, this is how I worked around the limitation in `z.enum`: ```ts import { z } from 'zod'; import type { ZodType } from...

@avaly PR benchmark results ``` mongodb.insert ~ 1036.25 ops/sec papr.insert ~ 1025.58 ops/sec mongoose.insert ~ 587.50 ops/sec --- mongodb.find ~ 894.48 ops/sec papr.find ~ 846.84 ops/sec mongoose.find ~ 571.47 ops/sec...

ping @avaly - any feedback from internal testing? I've just rebased this to catch up with recent changes

This pull request seems to have fixed it for me: Andr3wHur5t/react-native-keyboard-spacer#66

I have an extra controller that I would be happy to ship to any maintainer with an active contribution history to the project if it will help unblock this line...

@colinhacks Would you be open to a PR to add number support to enums? I know it isn't a 1:1 with the TypeScript definition of an enum, but this is...

If you install [this extension](https://addons.mozilla.org/en-US/firefox/addon/container-proxy/), you can add proxies and then assign them to containers. I'd love for the existing functionality to work, but this works just as well until...

Coercion is a difficult thing to nail down for all use cases, but I really think `"false"` when being coerced into a boolean should be considered `false` - this is...