sinclairzx81
sinclairzx81
## Failing module There appears to be a module "cache by path" issue on esm.sh which is causing runtime functionality to fail in TypeBox. The functionality relates specifically to registering...
## Summary TypeScript flags the following code with an error [TypeScript Link Here](https://www.typescriptlang.org/play?#code/C4TwDgpgBAKlC8UDeUAeAuKA7ArgWwCMIAnKAHyhywBMIAzASywmqgF8BYAKG7qoGNgDAPZYowCAGdgACgBuAQwA2OCJhgBKZJx5cJ0mUjZaA9CagAFYsMjFQUAOSoHUBpKh43kpgHNXY0EhHIxcCHGAoYggARxwGKNYmcXBoBxgHIA) ```typescript type T = { x: number | undefined } function test(value: T) {} test({}) // ^...
Hi @moltar! Hey, was wondering if it might be possible to perhaps group the current validators into categories in accordance with how each validator works (this to provide a bit...
### Area of Improvement Hi, I was wondering if it would be possible to add TypeBox to the [Library Integrations](https://trpc.io/docs/server/validators#library-integrations) section on the tRPC documentation website. The TypeBox setup is...
Hi, thanks for this library, it is very useful. I may have stumbled across a small issue with `upsert` and subsequent matching on Mongo identifiers. A repro of the issue...
Hi, Would it be possible to include the methods `.ping()` and `.pong()` on Deno's Web Socket implementation? It's noted that while browsers do not support sending these control frames, they...