openreply-dleinhaeuser

Results 3 comments of openreply-dleinhaeuser

Maybe I am forgetting something important, but since `PQueue` is already an `EventEmitter`, couldn't it just emit `error` and `idle` events? Then one could use `p-event` to wait for `idle`...

Reading [this](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-7.6.1) and [this](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#section-6.5.3), I would argue, that `{ "required": ["foo"] }` is a perfectly valid schema, that means "if the value is an object, it must have a property...

It says `... "parameters": [ { "in": "id", ...`. Shouldn't that be `"in": "path"`?