Ryan Nett

Results 75 issues of Ryan Nett

Recently ran into a bug where the link 404s. It's for a private project, so I can't share. But it was for a file in an `foo-bar-baz` module, and the...

Having services respond with a 3XX response code is fairly common, for example to redirect to a "starting" page or an OAuth login. It's a valid successful response, however the...

kind/feature

From the docs [here](https://cloud.google.com/kubernetes-engine/docs/concepts/ingress#health_checks), I understand the ingress is supposed to infer health check parameters from the pods readiness checks. This fails to happen for this setup: Ingress: ```yaml apiVersion:...

kind/support

I have a few situations where I want to enforce that my map is ordered, say for a list of settings profiles that are keyed by name, but also should...

request
needs discussion

I'm writing a wrapper for some JS libs, and it would be nice to have an option to generate the accessors as `internal` by default.

`stream.internal.Duplex` only extends `Readable`, while it is supposed to extend both Readable and Writable.

A endpoint to get the details of a specific contract (by id). The data would be the data returned in `/contracts/public/` plus a status (`outstanding`/`accepted`/`completed`) field, but only for a...

feature request
esi-contracts
gd-feedback-required

We have a property named `settingsThing`. In the Jackson integration `Json` inner class in the generated code, the setters are correctly annotated with `@JsonProperty("settingsThing")`, however, the getters aren't, leading to...

Currently, if you try to use the plugin without node installed, the `npm-install` task fails. Unless you have `downloadNodeJsVersion = "latest"`. It would be nice to either make downloading the...

I'm attempting to parse https://github.com/abseil/abseil-cpp/blob/master/absl/types/span.h via the maven plugin, but it's failing with a NPE. Exception: ``` [INFO] --- javacpp:1.5.4:parse (javacpp-parser) @ tensorflow-core-api --- [INFO] Detected platform "linux-x86_64" [INFO] Building...

bug
help wanted