Alison Winters
Alison Winters
Can you add a bit more information about what you would like to do here? For instance, it is possible to override amVim normal mode behavior to some degree by...
I think the bug is that quoted method names are not detected as method names as at all. See: https://github.com/textmate/groovy.tmbundle/blob/6f903cacfb2d5397a350eeb73bc36b2c40f3da70/Syntaxes/Groovy.tmLanguage#L1380-L1382 I think it's this piece of code which detects a...
I also would like this feature, something like Chinese keyboard entry (appears below the current text, unless you are at the bottom of the screen in which case above). The...
I have noticed this too, or something like it, occasionally. I think it happens when amVim is having a conflict with some other extension that's trying to do something with...
typing-extensions did drop support for 3.7 in a minor release 2 years ago, but 4.13.0 retains support for Python 3.8 so it should be safe to upgrade or at least...
typing-extensions is a polyfill designed to backport new language features to old versions of Python. Presumably the requirement is there because kombu is using a feature that was only introduced...