Jason Pincin

Results 5 issues of Jason Pincin

Would you consider a PR that implemented support for globally defaulting `log` to something other than `process.stderr`? The way I’d expect this to work is debug would default to stderr...

discussion
feature

Proposing that ContainerPilot supports reading multiple configuration files from a directory and merging them into a single JSON document to be used as it's config. I thought about implementing this...

enhancement
v3.x

Proposing that we add a configuration section to `containerpilot.json` similar to: ``` json "environment": { "ACME_DOMAIN": "example.com", "ACME_ENV": "production" } ``` This allows configuration to be tied to the container...

enhancement
v3.x

While we endeavor to provide a comprehensive list of changes to the Etsy Open API via our [releases page](https://github.com/etsy/open-api/releases), we will draw special attention to high-impact changes in this read-only...

This is a naive first attempt at adding support for OIDC pictures. It works (for me) which is about all I can say about it. Tossing it up there in...