-
### currently next-typesafe-url requires the use of **zod**
### it would be ideal if it could support a multitude of libraries:
typebox, valibot, @effect/schema, etc.
### trpc supports a bunch of…
-
The more, the merrier? https://github.com/badrap/valita
-
Hi, I'm using TypeSchema in [next-safe-action](https://github.com/TheEdoRan/next-safe-action), which is a Next.js type safe wrapper for React Sever Actions.
Some users found out that since version …
-
Currently the backend app https://github.com/apioo/fusio-backend is based on Angular 1.7 we should migrate this app to the latest Angular https://angular.io/ version and also use our internal SDK http…
-
## Repro
- Create a Task resources
- Set `Task.lastModified` to `2024-02-14T21:43:57.746Z1
- Set `Task.authoredOn` to `2024-02-14T21:43:57.746Z1
## Expected Behavior
- Validation Passes
## A…
-
https://github.com/typestack/class-validator
-
While we support user-defined type aliases, such as
```
type IntPair = (int, int)
```
and we allow type variables to appear on the right hand side
```
type Pair = (a, b)
```
we don't s…
-
I ran into an issue on [react-hook-forms valibot resolver](https://github.com/react-hook-form/resolvers/tree/master/valibot). The bug itself is a result of the resolver but I think there's maybe a sma…
-
## Abstract
UBJSON provides two types of containers:
1. Array as list of various elements
2. Objects as a list of key-value pairs where keys are always string typed
These containers are simple and c…
-
Hello Fabian and the rest of the team, I'm Andreas, the author of the SvelteKit [Superforms](https://superforms.rocks) library. Nice project you've got going! You talked about integrations in your int…