Hans Klunder

Results 18 issues of Hans Klunder

Hi, I have tried to validate https://github.com/APIs-guru/openapi-directory/blob/main/APIs/adyen.com/CheckoutService/68/openapi.yaml using: https://raw.githubusercontent.com/OAI/OpenAPI-Specification/gh-pages/oas/3.1/schema/2021-09-28 Looking at the Adyen spec (OpenAPI 3.1.0 format) it contains: https://github.com/APIs-guru/openapi-directory/blob/d747281b4343ef5b6373d81c5461575ed6d3741c/APIs/adyen.com/CheckoutService/68/openapi.yaml#L13053-L13054 Which does not seem to be allowed by the spec....

bug

hi, The current format for uri-reference declares a fragment like `#/paths/~1{id}/get/responses/404` invalid. The fragment is considered valid if the curly braces are percent encoded as %7B and %7D. I use...

Hi, just out of curiosity: would it be possible to replace validation.cc by: ```javascript module.exports.Validation = { isValidUTF8: function(buf) { return buf.compare(Buffer.from(buff.toString())) === 0; } }; ``` or if that...

FYI: it took me some time to figure out how to do this, so maybe someone will benefit from my experience after using `gowsdl` to generate `vboxweb.go` as part of...

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.2.0 **Ajv options object** ```javascript { strict:false } ``` **JSON Schema** ```json {...

bug report

Hi, I read you were looking for ways to run cobol as native javascript in Node.js. GNUcobol (http://sourceforge.net/projects/open-cobol/) is written in C and compiles via C to native. Now if...

enhancement

Hi, if you want users to ship small bundle sizes, would it be an idea to reference [Promise.all()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all) in the docs ? Just for fun I recreated run-parallel with Promise.all()...

Hi, it might be convenient to document in the Readme how to test multiple versions using matrix builds, e.g.: ```yml # This workflow will test on Deno lastest stable major...

Hi, I noticed you have a lot of greenkeeper pulls failing on Travis with a rather cryptic error e.g. https://travis-ci.org/pouchdb/pouchdb-auth/jobs/208505418#L265 ``` > pouchdb-plugin-helper "lint" events.js:72 throw er; // Unhandled 'error'...

Hi, @garethbowen, @marten-de-vries I noticed that there hasn't been any new release since september 2019 and there is quite a queue of dependabot PR's including some security related. Does this...