Tyler Murphy
Tyler Murphy
It's great to see that `unwrap` now exists! Thanks for adding it, I had trouble finding `unwrap`, and the name isn't intuitive to me. I worry I'll have trouble finding...
Usually, when I want a number, I want it to be finite. I'd like to be able to say something like `z.number().finite()` to represent numbers that can't be `Infinity` or...
Here's a discussion about a similar problem in a similar library, for reference: https://github.com/Cuadrix/puppeteer-page-proxy/issues/78 For this library, I think `page._client` just needs to change to `page._client()`. That works for me...
Sorry I didn't make an issue first. Figured it's a small change, so I'd just offer a solution whether it's acceptable or not. References: - https://learn.microsoft.com/en-us/archive/blogs/testing123/email-address-test-cases - https://github.com/validatorjs/validator.js/issues/800 This doesn't...
https://github.com/colinhacks/zod/pull/1546 (closed #512) added a new way of specifying that numbers should be finite but didn't address the question of whether numbers should be required to be finite by default....
Right now, it seems like this library is preventing the `SIGINT` (ctrl-C) signal from shutting down my project. I made these changes using github's edit button, so I haven't tested/linted...
I'd like to be able to disconnect without having to kill other stuff that runs in the same process and listens for the same signals. It's more convenient than having...
It seems like the Oauth client creation interfaces have changed a little.