Austin Bingham
Austin Bingham
The old emacs plugin I used to "center editor window" had this feature, and I loved it. Basically, if you ran the command twice in fairly quick succession, the first...
That sounds good to me. If you can put together a PR I'll be happy to work with you to get it merged in.
I know this is quite an old issue, but #569 should fix this. Give it a try and let me know if there are any problems. You mentioned that mutmut...
The issue is that `\d` is not a valid escape sequence in Python. [Here are the allowed ones](https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences). The fix is to either use double backslashes -`"\\d"` - or to...
I've only been able to look at this briefly, but it looks like a really good piece of work. In particular, I think the work on the `WorkDB` and the...
I'll try to look at these things this weekend. I'm extremely busy at work, but know that I'll get to it when I can.
Sure, that could be fun and productive.
Sorry, I failed to realize that I needed to actually add a label! It's done now.