Aaron Meurer

Results 406 issues of Aaron Meurer

I have C-s and C-r set to the vr/isearch (actually using visual-regexp-steroids, but visual-regexp is the same). In normal isearch, if I type C-x C-s, it exits isearch and saves...

When I exit out of a search and enter again, it should remember the previous search, like query-replace-regexp does. Otherwise it's annoying to retype it.

I have enabled case insensitivity in the vr/default-regexp-modifiers, but vr/isearch-forward is still case sensitive. Ideally vr/isearch-forward would be insensitive by default anyway (or use something similar to the [default isearch...

The Rosetta stone should use Python 3. None of the current examples will run because they use Python 2-only syntax (print statements). There's also at least one example I saw...

It would be useful to have a [TracebackException](https://docs.python.org/3/library/traceback.html#traceback.TracebackException) subclass that added column information, perhaps also with a default `format` override. That way existing code that uses the `traceback` module could...

For me, C-c C-a is still bound to TeX-command-run-all. I saw in the source that it doesn't bind it if it thinks TeX-command-run-all is already defined. However, I am not...

This starts to fix #138.

See https://developers.google.com/appengine/docs/adminconsole/migration. We need to migrate from Master/Slave to High-Replication for the reviews app. Do we use the datastore?

Reviews Site

Now that I have a computer with eight cores, I'd like to be able to run the bot tests in parallel. Something like a command line option `--cores N` with...

Priority-Medium
CodeInCategory-Code

For some reason, SymPy Bot thought that https://github.com/sympy/sympy/pull/2020 was an issue and didn't test it. It worked a second time, though, so maybe just the person removed the commit or...

Bot