Antony Lee
Antony Lee
Would be nice to have e.g. `vad` select the entire current directive when the cursor is inside a directive and `vid` the contents of the directive itself (excluding the `.....
In ``` :role:`text` ``` and ``` `text`:role: ``` (see http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#interpreted-text, both are equivalent), it would be nice if the role was not spellchecked (and possibly highlighted differently, perhaps fainter (of...
https://github.com/python/cpython/blob/master/Doc/library/subprocess.rst#using-the-modsubprocess-module contains the following snippet: ``` .. function:: run(args, *, stdin=None, input=None, stdout=None, stderr=None,\ shell=False, timeout=None, check=False, \ encoding=None, errors=None) Run the command described by *args*. Wait for command to...
Dear authors, Your manuscript "Piecewise-stationary motion modeling and iterative smoothing to track heterogeneous particle motions in dense environments" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5796444) states that "Our new motion model and estimator will part of...
Consider the following snippet ```sh $ # Make a file with a single line of text $ echo "git is a rude word in UK English" > git_is_rude $ #...
When the scalebar is not drawn on an aspect where imshow() has been called (e.g., a point cloud made with plot()), the axes aspect ratio is not automatically set to...
I chose to add macro guards directly in the agg source as that seemed easier than copy-pasting the whole code. I chose to bump the tolerance on test_rgba_antialias (as that's...
### Bug report **Bug summary** There used to be one CI run with python -OO (== PYTHONOPTIMIZE=2), but it was accidentally removed in https://github.com/matplotlib/matplotlib/pull/10217 (it was set via PYTHON_ARGS). Now...
There's no need to hold onto the (non-picklable) canvas as an attribute. Closes #22482. ## PR summary ## PR checklist - [ ] "closes #0000" is in the body of...
Previously, for motion_notify_event, `event.attribute` was set by checking the last button_press_event/button_release event. This is brittle for the same reason as to why we introduced `event.modifiers` to improve over `event.key` (#23473),...