Brandon Bloom

Results 69 issues of Brandon Bloom

Before: forego | starting aaa.1 on port 5000 forego | starting bbb.1 on port 5100 forego | starting ccc.1 on port 5300 forego | starting ddd.1 on port 5600 forego...

``` enum Something { FOO, BAR, ON_NOES = 0xFACE // fails } ```

I was getting some output that looked like ``` go const Foo = *Bar{ Baz: 1, } ``` The first commit fixes `const` to `var` and the second commit removes...

Fixes errors using Yarn 2 (berry). See https://github.com/ant-design/ant-design/issues/27339 for details.

Fixes errors using Yarn 2 (berry). See https://github.com/ant-design/ant-design/issues/27339 for details.

### Motivation These keywords are defined in the JSON Schema 2020-12 dialect. Release notes: https://json-schema.org/draft/2020-12/release-notes These are useful for representing generics: https://json-schema.org/blog/posts/dynamicref-and-generics Specification of dynamic scope rules: https://json-schema.org/draft/2020-12/json-schema-core#name-lexical-scope-and-dynamic-s ### Proposed...

status/needs-design
kind/feature
status/blocked

### Motivation A common pattern in OpenAPI schemas I have seen uses `oneOf` with references like the following: ``` oneOf: - $ref: '#/components/schemas/Thing' - type: 'null' ``` Prior to this...

### Motivation OpenAPIKit's handling of `type: 'null'` was problematic with older Yams versions. See https://github.com/mattpolzin/OpenAPIKit/pull/366/files for a test demonstrating that & dependency version bump. Similarly, swift-openapi-generator explicitly does not "support"...