Kevin Swiber

Results 16 issues of Kevin Swiber

Hi there. Let's adopt more inclusive language in the branch names of this repository. * `master` -> `main` ([how-to](https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/)) Thanks for your consideration!

https://github.com/ExpressGateway/express-gateway/blob/2b0e5e746970e30f91ec9bb367a670e073d87eeb/lib/config/index.js#L11 EG is using a singleton config object. It attempts to load models early, even if no auth policies are used. This means users *MUST* include models no matter what....

bug

When a `$ref` property exists in an example value, `@stoplight/json-ref-resolver` attempts to dereference the value. My interpretation of the specification leads me to believe that this shouldn't happen. From the...

t/bug
help wanted
triaged
json-refs

A work in progress towards postmanlabs/openapi-to-postman#220. Signed-off-by: Kevin Swiber

Right now, callbacks in an OpenAPI document are dropped and not documented anywhere in the collection. It would be good to communicate their existence somewhere, perhaps in the top-level collection...

feature
callback-object

Postman users/customers are looking to integrate the generated output from the openapi2postmanv2 CLI in their CI/CD pipelines. This works well and good. However, a workflow that's gaining usage is to...

It would be nice if we could make changes in the Postman app and have them sync with the postman-cli'd bootstrapped version. Right now, I think improvements introduced by a...

To help API Consumers on-boarding to Stargate's gRPC service, it would be helpful to enable gRPC Server Reflection. This allows client tools to pull the proto files at runtime. More...

grpc

Though it didn't exist when this module was created, libuv currently has support for condition variables. See: https://github.com/joyent/libuv/blob/master/test/test-condvar.c I think this would reduce the codebase significantly.

Howdy. This repo just popped up on my radar. I'm doing something similar with [kevinswiber/calypso](https://github.com/kevinswiber/calypso). You can find all the query language parsing code here: https://github.com/kevinswiber/calypso/tree/master/compiling I'm using Jison to...