sinclairzx81

Results 171 comments of sinclairzx81

@andreaspalsson @Amphaal Oh, one other thing. In the interim, you should be able to get around the inference issues with an `as any` assertion on the security array (which isn't...

@mcollina Yeah, it might be worth opening an issue on [ `@fastify/swagger` ](https://github.com/fastify/fastify-swagger) and linking back to this one. The suggested fix would require an update in the swagger declarations...

@benevbright Hi! I had a quick look. Unfortunately, I don't think this pattern will be possible with Type Providers as the request context (for request and response types) don't have...

@Meriyemelhajoui Hi, TypeBox currently yields only the top most error for Union-like structures (which includes Enum) but doesn't yield any internal errors of that Union. The reason for this is...

@Meriyemelhajoui Hiya, Might close off this issue as generating union variant errors is generally not supported (at least for now). As per example though, the SetErrorFunction will allow you to...

@Gnuxie Hi, > I couldn't see anything specifically from https://github.com/sinclairzx81/typebox/pull/689 that would be causing this, but I could be missing something. There has been some recent updates made to Composite...

@dwickern Heya, Hmmm, not sure if I'll be able to revert recent Composite functionality, ill have to try and optimize around it. Would it be possible for you share a...

@Gnuxie Hi, So, I've dug a bit deeper into this issue using [this code](https://github.com/Gnuxie/matrix-protection-suite/blob/bfddf00c4adb3336a61ff52bd7bfb44d6698b5c8/src/MatrixTypes/Events.ts#L95) as a basis. I do think TypeBox has introduced a deep inference issue on 0.32.0 which...

@Gnuxie Hi, So have investigated this issue further, and unfortunately I don't think I'm going to be able to resolve this on 0.32.x. As it stands, things are already as...

@Gnuxie Hi, I have just measured the Decode performance for Intersect and unfortunately you can expect a bit of a performance hit there. The following runs 100K Decode operations across...