JEROME MARTIN

Results 6 issues of JEROME MARTIN

### Describe the problem In the FAQ, it is said I can add a middleware in dev mode by creating a vite plugin. But my middleware is a typescript file...

feature request
types / typescript

### What is the problem this feature would solve? Schema interoperates with effect/Data. The `Schema.data(schema)` combinator can be used to build a schema from an existing schema that can decode...

enhancement
schema
Needs Proposal

## 🚀 Feature request ### Current Behavior You often need to use an array of structs to describe your data, e.g. an array of users or posts. You may then...

schema

## 🚀 Feature request ### Current Behavior With S.literal, you can create a schema that validates a string belongs to a set of strings known at compile-time. But sometimes, the...

schema

### What is the type of issue? Documentation is incorrect ### What is the issue? I just went through the whole documentation again as I discovered many changes since the...

documentation
schema

I tried to run the example on my PC and got the following errors: ``` C:\Users\JEROME\Documents\MesDeveloppements\websites\typed-fp>pnpm example > [email protected] example C:\Users\JEROME\Documents\MesDeveloppements\websites\typed-fp > pnpm typed serve > [email protected] typed C:\Users\JEROME\Documents\MesDeveloppements\websites\typed-fp >...