Carl George

Results 37 issues of Carl George

I noticed today that ugrep defaults to `-R` (de-referenced recursive) behavior if no file arguments or standard input are given. This differs from other modern grep tools whose default behavior...

question
discuss

Similar to the existing doc extra, specify a test extra with the relevant dependencies. Since tornado is needed for the tests, move it from doc to test. This will help...

no-changelog

This updates the RHEL installation instructions to resolve a number of issues. Most importantly, the command didn't work before unless you already had epel-release installed. It has to be installed...

Bash completion files should be installed to `/usr/share/bash-completion/completions`, with a file name matching the command name. Zsh completion files should be installed to `/usr/share/zsh/site-functions`, with a file name matching the...

I'm working on updating the prompt_toolkit package in Fedora to version 2, which is required to update ipython to version 7. However, some packages, including aws-shell, still require prompt_toolkit 1....

enhancement

requests `Response` objects have an `ok` attribute that I enjoy using. http://docs.python-requests.org/en/master/api/#requests.Response.ok Please implement this in asks.

Stock GNOME makes heavy use of triple finger gestures. left/right: switch to left/right workspace up: overview up again: app drawer down: close app drawer down again: close overview Could this...

The tests for mariabackup and xtrabackup plugins are just copies of the example plugin test. * https://github.com/holland-backup/holland/blob/v1.1.0/plugins/holland.backup.example/tests/test_plugin.py * https://github.com/holland-backup/holland/blob/v1.1.0/plugins/holland.backup.mariabackup/tests/test_plugin.py * https://github.com/holland-backup/holland/blob/v1.1.0/plugins/holland.backup.xtrabackup/tests/test_plugin.py

* PrettyPrinter version: 0.17.0 * Python version: 3.7.3 * Operating System: Fedora 30 ### Description [`requirements_dev.txt` pins django at 1.10.8](https://github.com/tommikaikkonen/prettyprinter/blob/v0.17.0/requirements_dev.txt#L22), but the latest version on PyPI is 2.2. I upgraded...