Flavien Volken

Results 29 issues of Flavien Volken

Hello, I am just wondering if there is a technical or strategic reason for: https://github.com/dirkluijk/ngx-typesafe-forms/blob/master/projects/ngx-typesafe-forms/src/lib/form-group.ts#L33 ```ts public controls!: { [key: string]: AngularAbstractControl; }; ``` no to be typed as ```...

Hi, is there any plan to support the mdx 2 ? https://mdxjs.com/migrating/v2/

Hi, as .ts source files might be imported by mistake (often because of webstorm or VS but [not only](https://github.com/microsoft/TypeScript/issues/22228)) it is generally considered a good practice not to include them...

stale

Hello, in our project we do organise feature folders with all its dependencies so that we can share a feature folder between projects. Something like that: ```typescript import { createRoutes,...

Let's consider this code. ```typescript const routes = createRoutes({ groups: { path: ['groups', int('gid')], children: { users: { path: ['users', int('uid').optional], query: [] }, }, }, }); routes.render("groups/users", { path:...

Hi, regarding this file: https://github.com/kruschid/typesafe-routes/edit/master/docs/basic-features/parameter-types.md In many examples we do have ``` ts import { createRoutes, oneOf } from "typesafe-routes"; const options = oneOf("movies", "music", "art") const routes = createRoutes({...

**Describe the bug** If you provide a schema for the command-zod output, it won't type the actual returned by the handler's value. This is because the OUTPUT type is inferred...

**I'm always frustrated when** I've to denormalize something in my code for instance: ```typescript import { EventType } from '@castore/core'; const pokemonAppearedEventType = new EventType< 'POKEMON_APPEARED', { name: string; level:...

# Why Previously, synchronous worker results could return corrupted JSON whenever the serialized result exceeded 255 characters. The payload bytes were written correctly into the shared buffer, but the length...

bot: passed checks