-
Your readme says that this is built for draft 6. That is now six years old and three versions behind.
Any plans on supporting later versions, especially draft 2020-12?
-
Having to build something that exists both at runtime and at compile time is a common problem with TypeScript.
Libraries like io-ts make it possible to validate or deserialize values with known typ…
-
Hey there!
I'm looking at a potential migration from valibot to typebox. I've looked through the docs and can't seem to find an equivalent for valibot's flatten function (https://valibot.dev/api/fl…
-
Hey
Currently encountering an issue with validating non-numerical query parameter types. I have a cURL request as so
```
curl --request GET 'http://localhost:3000/path/123?cursor=1'
```
And t…
-
### feat
```sh
shfmt --dump-ast-schema ast.jsonschema.json --dump-ast ast.json
```
### reason
I guess [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan…
-
Create a package with `elysia` & `check-dts`. Run `bun -b check-dts`.
tsconfig.json
```json
{
"compileOnSave": true,
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "nodene…
-
I ran into an odd behavior which I think might be a bug?
```ts
import { Type, type TSchema } from "@sinclair/typebox"
import { Value } from "@sinclair/typebox/value"
const AThing = Type.Object…
-
## Issue
`Value.Parse` appears to break when using Recursive union types
## Reproduction
```ts
import { Type, type TSchema } from "@sinclair/typebox"
import { TypeCompiler } from "@sinclair/typ…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
The types of all …
-
For storing and querying geo data use [knex-postgis](https://github.com/jfgodoy/knex-postgis). One typical request would be "find all professionals within a bounding box". See feathers discussion feat…