sinclairzx81
sinclairzx81
@didierdemoniere Hi, Hey, going to close this issue out as stale, however TypeBox has just gone 1.0 and adds new features that might provide alternative ways to solve the problems...
@sjoerdvanBommel Hi, sorry for the delay in reply. This functionality should be fixed in TypeBox 1.0 ```typescript import Type from 'typebox' import Value from 'typebox/value' // ------------------------------------------------------------------ // Updated: TypeBox...
@climba03003 Hi! Ah, there's a bit of work going on around this currently, I'll detail it below for reference. --- > I would consider using Union inside the Composite when...
@climba03003 Hi! Hey, have just published TypeBox 1.0 which includes the new Evaluate function mentioned previously. Just be mindful that TypeBox is moving to the top-level `typebox` npm name from...
@eddie-atkinson Hi, Function rest parameters are not currently supported in TypeBox, but are being considered in later revisions. Currently the Type.Rest function only extracts variadic types from Intersect, Union, Tuple...
@eddie-atkinson Hello! Hey, I finally have an update on this issue. So, it's taken a lot of engineering to achieve, but variadic functions are now supported in TypeBox 1.0, including...
@JonWolfeDrata Hi, thanks for reporting --- > Just tried this use this project on my huge swagger file with ~25,000 types (huge thanks btw!) and while it worked, it took...
@JonWolfeDrata Hi, Sorry for the delay on this one (have been flat out across projects lately) > Update all model-to-xxxxx that seemed affected by the N^M reference checks. The updates...
@csorfab Hi, > I understand that it's difficult to represent circular types with Typebox, and even more difficult to write a parser that handles them in a general way, but...
Hi, I expect it would be possible to copy and paste the current Zod code generator, then just update for the `zod/v4` sub module path and see how it goes....