LsKoder
LsKoder
The unique way we have to use a proxy for PubSub Client is to set https_proxy over env variable. This is a limit for this library because it could generate...
There is any reason for this part of code? ``` String symmetry = header.nextToken(); if (!symmetry.equals("general")) { throw new IllegalArgumentException("Unknown symmetry type: " + symmetry + "."); } ``` It...
The unique way we have to use a proxy for PubSub Client is to set https_proxy over env variable. This is a limit for this library because it could generate...
**Issue Description** Yaml->Ts Generator miss minLength=0 from Yaml Def and generate wrong types (just string instead of WithinRangeString) **Current Behavior** Yaml Source: ``` EmptyString: type: string minLength: 0 maxLength: 0...
The following line should be removed or commented because it's not a valid JS content: https://github.com/pagopa/io-utils/blob/1c2852bfa07861387606e87c77e638fb0f59306a/src/commands/gen-api-models/render.ts#L31 The following error occurs generating types from yaml: ``` Error: SyntaxError: ';' expected. (4:7)...