Results 68 issues of Jeremy Whitlock

Let's say you have a JSON Schema document and an object being validated. What if I wanted to know what portion of the JSON Schema document corresponding to a particular...

enhancement
PR welcome

What was the reasoning behind making `ZSchema.registerFormat` instead of `validator.registerFormat`? As it stands right now, using multiple `ZSchema` instances in the same process with different custom formats is impossible because...

enhancement
PR welcome

There are some situations in JSON Schema validation where warnings could be created. _(Imagine the user has a `type` of `integer` but they are using the `maxItems` validation constraint.)_ What...

enhancement
PR welcome

Imagine I want to end up typing `Promise.resolve()`, when I expand `Pro` I have two possible options now that #65 is complete: - `Promise()` - `Promise(executor: fn(resolve: fn(value: ?), reject:...

I'm trying to do some data analysis of `.fit` files and I love `Garmin::FIT` for helping me with this. But not being a Perl developer by trade, it would be...

This purpose of this proposal is to rethink how [Security Schemes](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#security-scheme-object) are defined in OpenAPI. This proposal would separate the credential location(s) from the Security Scheme _type_ and would allow...

security
draft:proposal

What would your suggestion be for enabling authn/authz when using kube-solo? I can think of a few ways that might work but before doing extra work or doing it in...

docs

Have you tried using `docker run` with a host volume? Within the docker container, the container directory is there but the contents are always empty. Here is an example: ```...

question

https://github.com/gulpjs/gulp/issues/2324

I'm not sure if `sway` is affected by [this bug](https://github.com/apigee-127/swagger-tools/pull/605) but if it is, we need to address it.