yesennes

Results 7 issues of yesennes

It looks like you've made commits in 2018, but the last version was uploaded to NPM at 2016. This is particularly bad because it seems the API has changed since...

When not provided a draft in the parameters, if a`$schema` field is present in schema, it should use that for drafts. For instance `new Validator({"$schema": "http://json-schema.org/draft-07/schema#","type":"object"}).draft` should be `'7'` This...

enhancement

In requests, you can specify the client cert with an optional parameter like: `requests.get(url, cert=[client_cert_location, client_cert_key_location])`. I would be nice to be able to specify the client cert in the...

### Describe the bug If [WaitWithContext](https://github.com/aws/aws-sdk-go/blob/76296e15c619208361b3978b2337f5872f1ce01e/aws/request/waiter.go#L169) is called, and the req.send errors, for example no region specified, the error is never check and is set into [match](https://github.com/aws/aws-sdk-go/blob/76296e15c619208361b3978b2337f5872f1ce01e/aws/request/waiter.go#L226), where at least...

bug
needs-triage

Using roslibjs, I subscribed to an sensor_msgs/Image message and attempted to use the data, which should have been uint8[]. I was somewhat surprised to find it was a string. I...

**What version of Ajv are you using? 8.8 Does the issue happen if you use the latest version? yes** **Ajv options object** ```javascript { loadSchema: async (url) => { if...

limitation
bug report

This isn't a bug so much as a question, so if there is a better place to ask I would appreciate being redirected there. I am making an augmented reality...