Cody Maloney

Results 12 issues of Cody Maloney

I'm currently using https://github.com/heptio/contour inside the organization where I work, with kube-lego to get letsencyrpt certificates. This largely works (https://github.com/heptio/contour/pull/106#issue-282319705 describes the caveats), and the "nginx" mode more or less...

Running / deploying DCOS we've found that software does not have a simple / reliable way to get the "correct" IP address for the host. Trying to do a reverse...

bug
priority

There are some environments we're shipping to which don't have upstream DNS.

enhancement
newbie

The current v1 code doesn't work as the v1 api produces an error when requests are sent to it. Add a new v2 codepath + request/response structures so that clients...

This flag was added as an escape hatch in bpo-47245 and backported to Python 3.10. The flag broke at some point between its addition and now. As there is currently...

awaiting review

# Bug report ### Bug description: Discussion: https://discuss.python.org/t/subprocess-use-vfork-escape-hatch-broken-fix-or-remove/56915 This flag was added as an escape hatch in gh-91401 and backported to Python 3.10. The flag broke at some point between...

type-bug

General goal here is to be able to add tests that behavior isn't unintentionally changed around some common python code patterns, in particular Path("README.rst").read_text(). This started with the code that...

awaiting review

# Feature or enhancement ### Proposal: I came across some seemingly redundant `fstat()` and `lseek()` calls when working on a tool that scanned a directory of lots of small YAML...

type-feature
performance

At PyConUS in the sprints and hoping to make some workflow improvements based on new developers using blurb. Can split into multiple issues, but high level: 1. List the most...

### Describe the enhancement or feature you would like In learning how to label / triage came across a docs issue where I got the labels fairly off and I...

enhancement
topic-triage