Aleksey Korabelshchikov

Results 4 issues of Aleksey Korabelshchikov

t/data/05_lexer/subscript.code ``` $$arr[0]; ${$arr}[0]; ``` Both lines means the same. On the first line PPI interprets '[0] as array subscript (right), but on the second one as anonymous array constructor...

bug
misparse

Fixes ignored base URL when checking http2 compatibility

## Description Support for kind=uuid strings in typescript-zod output ## Related Issue Suggested fix for https://github.com/glideapps/quicktype/issues/2668 ## Previous Behaviour / Output z.string() ## New Behaviour / Output z.string().uuid()

Support for kind=uuid strings in typescript-zod output ## Context (Input, Language) Input Format: json-schema Output Language: typescript-zod ## Current Behaviour / Output z.string() ## Proposed Behaviour / Output z.string().uuid()

enhancement