Douglas Thor

Results 47 issues of Douglas Thor

Operating system: Windows 10 Pro 1809 + WSL (Ubuntu 18.04.2 LTS) Python version: 3.6.7 *Black* version: 19.0b3 Does also happen on master: yes (via online formatter) Related: #144. Even if...

T: design
S: needs discussion
F: docstrings

### Description I'd like to have an option that places the ToC where the right-sidebar would be (if it existed). This special right-sidebar-like-area would contain the entire document ToC and...

This adds Windows support via [`colorama`](https://pypi.org/project/colorama/). Fixes #270. Includes #338. This PR should be rebased once that one is squashed and merged. ##Notes: Due to the way `colorama` works -...

`pretty-format-json` modifies floating point numbers that have too many digits of precision. ### Background I have to work with JSON files that may be generated by non-python programs. These files,...

Fixes #1499. I hope. I don't know if anything else needs to be done, so please let me know if there is.

## Summary The `--stats-only` option does not have tab-completion. ## Steps to reproduce: 1. Type `ag --stat` ## Expected Result ```console $ ag --stat --stata --stats --stats-only ``` ## Actual...

Seems to be related to #16. ## Steps to Reproduce: ``` python import pydot, pickle test = pydot.Dot() node = pydot.Node("Hello") test.add_node(node) test.write_png('test.png') # saves PNG successfully pdump = pickle.dumps(test)...

bug
api

Informs the user how many mutations there are to test when `init` is run. ``` (.venv-cosmic-ray) C:\dev\cosmic-ray>cosmic-ray init --baseline=1 test_session cosmic_ray -- test Created 714 mutations to test. ``` Part...

There should be a "url_name" parameter or something like that. When uploading docs where `name` has a space in it, you end up getting urls that have `%20`: ``` curl...

I'm not sure if this is the place to report this, so please let me know if there's a better location. ## Information **VIM version** N/A Operating System: N/A ##...

bug