Guillaume Cornut
Guillaume Cornut
Would this mean we could create a playlist with the same name on multiple music services and have them appear as merged into one playlist under harmony?
Difference between using `@id` and PUI fields for BrAPI JSON-LD Before JSON-LD: ```json { "metadata": {}, "result": { "studyDbId": "BW1304", "studyName": "Breed Wheat Dijon", "locationDbId": "203", "locationName": "Dijon" } }...
This bug seems to be reproducible with every reserved words in JS contained in a file name. I got the same error with a file named `default.tsx`
Ok I see the logic here. And I think I will prefer using `tuple([number()], never())` rather than `tuple([number()], [maxLength(1)])`. However, it's still a bit weird that length constraint are forced...
Ah ok I see now, thanks !
I don't have a better idea no. But a good documentation of `tuple` would certainly help :)
Hello, The conversion from json schema to valibot is not planned for now. I think it would not be too difficult to develop but I tend to only build the...
Closing this issue as I'm archiving this project now that valibot has an official JSON schema converter :) https://valibot.dev/guides/json-schema/
Valibot schema transforms output can be inferred in the TS type system but this lib works in JS, at runtime. There is no way to access TS types data in...
Closing this issue as I'm archiving this project now that valibot has an official JSON schema converter :) https://valibot.dev/guides/json-schema/