mknj

Results 18 comments of mknj

it is the same as #5 My problem is that i am creating jsonschema from my ts interface. The jsonschema will complain about "x":null, as `x?: number|string` means that the...

I can't use nestJS without this feature. I have existing topics in my broker that are processed by different languages and frameworks.

Are there any plans to at least support node 16? (My current web application does not work anymore if i proxy it through openapi-cop. Some APIs just hang, others fail.)

The function stringWidth from "string-with" reports the correct width of strings, but strlen from "printable-characters" does not. ```js import p from 'printable-characters' import a from 'as-table' import stringWidth from 'string-width'...

# use case I have an API with a request object, that is similar to the response object. The response object does contain some additional information including timestamps. To verify...

the ESM Bundle is not working in deno as it requires document, which is not defined. it is used by the download functions and also by some plotcss code

i am using the powershell ssh-agent and i get the same results under 22.04 ``` 2022/12/12 09:58:24 connecting to //./pipe/openssh-ssh-agent 2022/12/12 09:58:24 connected 2022/12/12 09:58:27 copy from pipe to stdout...

Similar behaviour without installing the same package twice. Tested with different node and npm versions on debian latest. ```bash mkdir testingworkspaces cd testingworkspaces npm init -y npm pkg set workspaces[]=appa...

Any progress on this? the following patch works fine on my examples. The given yaml contains 3 examples that were not found before. (actually v4.6.0 finds one example and reports...

your are right, i should have named it _hack_ and not _patch_. On the other hand i have several hundred internal openapi specs that work very reasonable with this _hack_....