David Welch

Results 10 issues of David Welch

Lower maintenance burden (and adopters' impressions of projects) by auto-merging minor dependency upgrades OR ignore all but major version updates for dependencies. Pin all dependencies to avoid insecure updates for...

dependency related

Hi @insightindustry, I noticed that this arg in `parse_yaml` wasn't being used and since PyYAML doesn't support YAML > 1.2, I'd like to use [ruamel.yaml.load](https://yaml.readthedocs.io/en/latest/overview.html) in it's place. Here's my...

I already source git_status.sh in my bashrc file and I'd like to see output that integrates with that script instead of having to choose one or the other

Trying to run the test suite using nose (https://nose.readthedocs.org/en/latest/index.html) but it cannot find the tests: `nosetests -m "test_*" -w tests/` Finally found how here: http://pytest.org/latest/nose.html `py.test` Of course, they all...

Hi team, I'd like to use this package to support my scout troop, which consists of Christians, Jews, and Hindus currently. In addition to our region, I'd also like to...

`descriptor` not defined in example scope - you meant `descriptor` as the input, right? Or am I missing something?

I found that hardcore-mode was a pain in the minibuffer since Ctrl-P and Ctrl-N aren't recognized there so here's some additional documentation on how to disable it using the minibuffer's...

The audio notification shouldn't be the only method to alert the user of interval end. I would like to see my Pomodori app bounce when the pomodoro is finished. Some...

My work uses JIRA to track work and I often find myself forgetting to log my work until the last minutes of the day. Is there anyway to export my...

ENH: Added optional flag 'strip_chars' to remove POSIX characters '-', '' from docopt.docopt dictionary. Operations that evaluate the key strings will not throw a syntax error and **kwargs syntax is...