Keith Smith

Results 16 issues of Keith Smith

There are probably a lot of other pull requests updating dependencies. This is a comprehensive upgrade of all dependencies, which may not be desirable, but is there if you'd like...

Have there been any thoughts about a synchronous api? I'm currently using swagger-parser to dereference a swagger api definition and then using the resolved one to make api validation middleware....

I have a use case where one of the multivalue values I'm trying to test has a comma in it. Specifically, I'm following some Shibboleth spec for affiliations where the...

Great UX idea! I love it when people challenge the usage of those types of "norms". Performance on iOS Safari (8.2 on iPhone 6+) is pretty janky. Plus, it's a...

Looking through the code, I noticed a [piece of code](https://github.com/BigstickCarpet/swagger-express-middleware/blob/master/lib/request-parser.js#L36) that was commented out because it was waiting for a bug to be fixed. It appears that bug is fixed....

This may already be included somewhere, but it would be awesome if there was an option to strip out parameters that aren't in the docs. For example: If a query...

enhancement
express-openapi

I have been loving diving into drizzle. I just started building out some basic tables I need for a side project, but I couldn't find how to store just a...

enhancement
drizzle/kit
db/postgres

Using the `Finch.stream/5` function fails with a `%KeyError{}` and detaches the :request_stop telemetry handler. **Expected behavior** A clear and concise description of what you expected to happen. I've tracked it...

bug

One is able to sort with a keyword list, but if you sort with an empty keyword list (aka empty list), it gives an error. Reproduction steps: ```elixir {:ok, conn}...

It's cumbersome to know how many versions make up a single build of a multi-arch container. It seems that each distro needs it's own version, but then there are some...