Jonathan MASSUCHETTI
Jonathan MASSUCHETTI
Any update on this ?
@AndriiSherman I'm not sure about what is more important than support a basic feature for one of the most popular sql engine, but this is clearly overdue. I get your...
@joevaugh4n `storybook-addon-react-router-v6` ([repo](https://github.com/JesusTheHun/storybook-addon-remix-react-router)) is compatible. Note that the addon has been renamed `storybook-addon-remix-react-router` 👏
@ericvergnaud the doc about [community conditions](https://nodejs.org/api/packages.html#community-conditions-definitions) simply says they have to come first. No mention is made about the possibility to nest them. This simple patch fixes everything : ```diff...
@jedwards1211 are you trying to inline zod types ? ```ts // Initial declaration file import { z } from 'zod'; declare const zAgentStatus: z.ZodEnum; export declare type AgentStatus = z.infer;...
This [package](https://www.npmjs.com/package/ts-to-zod) doesn't do the job well enough ?
Any update on this ? It is really a problem for CI.
The thing is that you can have a nullable PK. So we cannot assume that the provided value should be ignored. However this is a breaking change indeed, so maybe...
> Actually, as far as I know, only sqlite allows this Alright, then we should fix this !
Would be great to mention it in the documentation ;) Edit : maybe mention https://create-react-app.dev/docs/adding-a-stylesheet as a reference