Alex Crișan

Results 8 comments of Alex Crișan

Will there ever be support for a v9 flat config?

> Union ordering is undefined, determined only by the implementation details of the checker. The Go code isn't the same as the previous compiler (in order to handle concurrency) and...

Good clarifying question. "This" refers to the way unions are sorted. "Standardized" refers to the idea that the two compilers should be intentionally designed to have matching union element sorting.

Thank you so much, @RyanCavanaugh and @jakebailey. I refactored my code and I am not using the `UnionToTuple` type anymore. The reason why I went for that is because I...

Here you go, sir. ```prisma model Company { id String @id @default(ulid()) name String email String @unique orders Order[] customers Customer[] } ```

> My read is that this is now doable in typescript and zod, a separate package is no longer needed. Wait, how? @Downchuck

Can confirm React 19 incompatibility. Please deprecate or archive this package, @ericclemmons.

> Use this lib instead https://github.com/zh-lx/code-inspector?tab=readme-ov-file Thank you so much!