Results 5 issues of Alex Chiang

There is a line that reads: Copyright (C) 2008-2010 python-messaging developers Typically, you would use that format for a formal legal entity, such as a company or some other group...

Given the following `secrets.yml`: ```yaml common: FOO: foo production: BAR: bar ``` Here is some observed behavior: ``` $ summon -e production printenv | egrep 'FOO|BAR' BAR=bar FOO=foo $ summon...

triage/needs-info
good-first-issue

Add a new bundle to provide CORS support. Note: let me know what else you'd like to see before accepting this PR for merge, such as tests (or other). Also:...

Many upstream projects are converging to `black`, and we did so at my former employer as well. It's extremely opinionated (and I found it somewhat ugly at first sight), but...

Seems fairly common to want to `rake deploy` while you might still be editing a blog post in vim (which creates hidden .swp files). If you attempt to do so,...