Bryan Gillespie

Results 46 comments of Bryan Gillespie

I'm not able to repro with 5.5.3. I see: ``` $ npx tsc --version Version 5.5.3 $ npx tsc --noEmit test.ts:12:9 - error TS2322: Type 'boolean' is not assignable to...

Even with your tsconfig.json, I still can't repro... I'm using same versions of everything. Can you make a docker image that repros issue, or perhaps a github repo that repros...

I was able to workaround the issue with: ```go func removeSchemaNulls(schema map[string]any) error { if _, ok := schema["$ref"].(string); ok { return nil } typeArray, ok := schema["type"].([]any) if ok...

We can probably close this ticket then; with OAS 3.1+ this seems like the standard way of expressing nullability

Thanks for the suggestion, been pretty busy lately so haven't had time for this. If you have time I'd be open to a PR adding `Example 4` and beyond that...

Ran into this same issue, but it appears the latest minified one here is working: https://github.com/lindell/JsBarcode/releases/tag/v3.11.6