somnicattus

Results 5 issues of somnicattus

Related to #560. I finally found that curry is enough for most users. This worked well with generic-typed functions. ```ts export type Curried< // eslint-disable-next-line @typescript-eslint/no-explicit-any F extends (...args: readonly...

feature request
typing

How do you think about this? Lazy is ignored because I don't know much about it. ### concerns It seems work well with non-generic function types, but not with generic...

feature request
typing

### 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...

feature request
v5.x

**Summary** Provide an easy way to **specify a string value that represents `null` value.** This issue is related to: - `csv-parse` - `csv-stringify` **Motivation** I utilized these packages to imitate...

enhancement

minimal reproduction: ```ts import { Type } from '@sinclair/typebox'; import { Value } from '@sinclair/typebox'; console.log(Value.Check(Type.String({ format: 'uuid' }), crypto.randomUUID())); // false ``` The result was same with `format: 'date-time'`...