mwchase
mwchase
When I have a string like `'It\'s a beautiful day!'`, the entire string should get the string highlighting. Instead, it considers everything after the `\'` as not a string, and...
### Issue I have a project that I'm attempting to migrate from another editor to vim, and part of what I want to set up is jedi completion and go-to-definition...
I'm following along with a game-making tutorial, and when the tutorial plugged `shelve` for saving, I opted for `camel` instead. I ran across some issues that seem to be inherited...
I was checking that bump2version works as expected for my use case. Currently, I want to handle the tagging step myself. So, I'm running commands like `bumpversion --dry-run --verbose major`...
Encountered against the latest checkouts, with mypy==0.521 Two lines: ``` from django.views import View # type: ignore from django.db import models # type: ignore ``` Errors: ``` $ MYPYPATH=mypy-django mypy...
I've forked `towncrier` and modified it to handle hg repositories, seemingly well enough. Is there interest in supporting repository types besides git? If so, I'll work on cleaning up my...
I ran across this processing the output from pytest. Its collection phase prints several messages, separating by carriage returns (0D). In the terminal, each of these lines overwrites the previous...
Minimal reproduction ``` ~temp scene = 0 ->Start(scene) ===Start(ref scene) ~scene++ SCENE {scene} -> END ``` The crash occurs in every runtime I've tried so far, but there are several...
Small reproduction: ``` local my_tables = {} my_tables[1] = {} my_tables[1][1] = 'Hello' ``` This produces the lint message: ` 1:7 warning luacheck: W241 variable 'my_tables' is mutated but never...
Currently, the Minor scale is the "ascending melodic minor scale" or "jazz minor scale". If it were me, I'd have the "natural minor scale" (which corresponds to the major scale...