Aaron Harper
Aaron Harper
I have a project that works locally, but when it's deployed the logs show `h is not defined`. Here's the repo: https://github.com/goodoldneon/deno-demo In Deno Deploy's logs I'm seeing: ``` ReferenceError:...
**Please describe your use case / problem.** Telepresence doesn't seem to support intercepting services that communicate via Consul connect (i.e. an Envoy sidecar proxy). The `traffic-agent` sidecar successfully attaches to...
When the IP address is invalid, some methods throw errors while others return something. There are also a couple methods (e.g. `href()`) which don't return falsy values. Should this be...
> :warning: This PR isn't done yet. I'm creating it to get some feedback and help. ## Definition of Done Add support for differentiating between "nullable" and "not-required" properties. For...
> :warning: I'm willing to work on this change myself. But before starting, I'd like to discuss it. **Is your feature request related to a problem? Please describe.** Here's a...
# Changes Add `Column.__set__` annotations. # Motivation Pyright was unable to understand the `Column` setter behavior.
What's the feasibility for creating an event wrapper that mimics the [user-event](https://github.com/testing-library/user-event) API? Not something that actually uses `user-event`, but rather makes Puppeteer event code _look_ like `user-event` code. For...
Picking up where #312 left off. This PR adds a normalizer that converts `nullable: true` primitive types into `anyOf` types.
Currently, `json-schema-to-typescript` uses a custom `tsEnumNames` extension for naming enum members. However, this extension is specific only to this library. Other major OpenAPI generators ([1](https://openapi-generator.tech/docs/templating/#enum), [2](https://github.com/koxudaxi/datamodel-code-generator/pull/74)) have adopted `x-enum-varnames` for...
If I specify a property as "either a schema reference or `null`", the `null` type is ignore. For example, the following schemas: ```yaml components: schemas: Foo: type: object properties: bar:...