Vladimír Gorej
Vladimír Gorej
Or new and more elegant notation: ```json { "dependencies": { "@stamp/it": "=1.1.0", "@types/stamp__it": "npm:@types/stampit@=4.3.2" } ``` > NOTE: I believe `@types/stamp__it` needs to be a dependency and not a devDependency...
What about using already standardized [globalThis](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)? I'll issue a PR if agreed that this is path forward.
I've issued a PR: https://github.com/form-data/isomorphic-form-data/pull/6 for using globalThis object. It's a breaking change but will work in all major browsers and latest node.js versions (and that's what we currently need).
@handrews I've created implementation with formal ABNF grammar for Server URL Templating in https://github.com/char0n/openapi-server-url-templating. It's distinct from https://github.com/char0n/openapi-path-templating, as the Server URL Templating is based on RFC 6570, but Path...
> @char0n I took a look at your ABNF- it looks like it restricts path template variables to whole segments. This issue got filed because in a discussion with TSC...
@handrews, There is one un-clarity related to `template-expression-param-name` rule from `openapi-path-templating`. OpenAPI spec doesn't technically constrain `Parameter Object`.`name` fixed field in any way. It just says it's a string. This...
@handrews, So is it safe to assume that `{`name`}` part must abide to RFC6570 and is defined by following ABNF non-terminal? ```abnf name = varchar *( ["."] varchar ) varchar...
Released in https://github.com/swagger-api/swagger-ui/releases/tag/v5.17.8
Maybe an additional question. What would prevent this library for running in Node.js runtime 12.20.0? thanks a lot
> Hi. I wasn't planning on support for other multipart subtypes, but will see. I have to read through all of this. Would be cool to have it. It's very...