didierdemoniere
didierdemoniere
### Description hello, i don't know why but exact match and params dont seems to works together. ## Reproduction ```ts import { createClient, SchemaFieldTypes } from 'redis'; import { GenericContainer...
resurection of https://github.com/sinclairzx81/typebox/pull/1231 issue: https://github.com/sinclairzx81/typebox/issues/1245 simpler reproduction: ```ts import { Type } from '@sinclair/typebox' import { Value } from '@sinclair/typebox/value' const A = Type.Object({ $x: Type.Number() }) const B =...
hi @sinclairzx81, 2 weeks ago i submitted a small PR to fix a bug that occur when regex is used to check object property names with special characters here: https://github.com/sinclairzx81/typebox/pull/1231...