Aaron Meurer

Results 391 issues of Aaron Meurer

This is as suggested at #101. This makes them easier to style separately, such as making the previous link float left. I personally am using a `custom.css` like ```css nav#rellinks...

enhancement

At https://github.com/liyang/fast-math/blob/86573174151c4c683f2d1fb29dbfcb135ac9a2d6/Numeric/FastMath/Approximation.hs#L125 it says ``` -- NOTE: It is important that these rules should fire after the distributivity -- rules. This ensures that -- -- > x*x+x*y -- -- gets...

When I move an issue, I typically want to close the issue in the old repository.

enhancement

Whatever it is using by default for Python mode works pretty well because it just highlights any token that starts with a number as a number, and any such thing...

It would be useful to have a mode to support [MyST](https://myst-parser.readthedocs.io/en/latest/) syntax. MyST is an extension of CommonMark that adds support for various RST-style markup for use with Sphinx. It...

When I import bipython after installing it, I get ``` In [1]: from bipython import main fatal: Not a git repository (or any of the parent directories): .git ``` You...

If you have nargs > 1 and you want to have different choices for each arg, you have to use a custom action (see http://stackoverflow.com/q/8624034/161801). It would be nice to...

I was playing around with http://nbviewer.ipython.org/urls/raw.github.com/tarmstrong/code-analysis/master/IPythonReviewTime.ipynb and noticed two issues: - The --git-dir expects the .git dir, but the error messages suggest it is looking for one directory up. See...

enhancement

With avy-goto-char-timer, it would be useful if it somehow indicated visually when the match is unique. Perhaps it could flash the selection (is this possible?). Or it could ring the...

It would be useful if the report showed the percentage of the time spent relative to the other frames with the same parent in addition to the absolute time. I...