Stephen Rosen

Results 60 issues of Stephen Rosen

One of my co-workers suggested that we use this. I don't know if he's joking. I hope he is. I'm concerned that someone might be foolish enough to actually try...

Context: I just upgraded the flake8 version we use in a repo, and noticed new hits for rule E741. This checks for [PEP8 names to avoid](https://www.python.org/dev/peps/pep-0008/#names-to-avoid). Obviously I just changed...

It would be nice to have a section of the readme dedicated to explaining why one might use this project instead of pyjwt, especially since it says it was based...

docs

This is either a missing feature or a bug on my specific platform. The relevant config works under `kitchen-docker` with the `chef_zero` provisioner, so if it's a missing feature it...

bug

Here's my situation: I'm using nanoc with asciidoctor to build a static site from adoc files. The trouble I have is specific to this combination, but might appear with other...

type:enhancement :sparkles:

When generating annotations, it would be really handy to be able to tell monkey type that if it's going to generate an _enormous_ compound type, I'd like it to just...

enhancement

When an option has hidden=True set, Option.get_help_record returns None. Simply filter these out to avoid a later failure when trying to unpack helptext. I wanted to add a test for...

I have an application which was creating and discarding `Elasticsearch` objects on the fly in a few contexts. Unfortunately, when GC runs and cleans up `Elasticsearch`, it cleans out the...

Some meta/background about this PR: We've been using `click` extremely happily at my work for years now (6 years, I think?). At time of writing, we have [a CLI package](https://github.com/globus/globus-cli/)...

👋 Hi, `check-jsonschema` maintainer here! I'm doing some searches to try to find high-profile repos still using the old repo URL, so that we can get it updated across as...