deathaxe
deathaxe
Well, this seems to be a breaking change.
The runner shouldn't consume much CPU while waiting as it works nearly like an asyncio loop. It schedules every cycle/call via sublime.set_timeout() using a predefined poll interval (17ms). To configure...
`yield from` won't work as it hands over control to called method without the runner to be able to intercept this call. Instead the method is called immediately once, which...
IMHO, the tuple form would just be an alternative to the existing `yield lambda...`. I don't think we should use it to distinguish getters from assert... methods. I am also...
This is a Sublime Text core issue which has been fixed. The first stable release shipping the fix is ST 4143.
This issue affects applications interacting with [FISH Shell 4.0+](https://github.com/fish-shell/fish-shell), which sends `\x1b[=0u` and `\x1b[=5u` sequences by default. related with: https://github.com/fish-shell/fish-shell/issues/11054 implementation details: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ It causes [Terminus](https://packagecontrol.io/packages/Terminus) package for Sublime Text...
It turns out alternative keyboard modes being unrelated with keypad mode escape sequences. While keypad mode is controlled via `ESC =` and `ESC >`, keyboard modes use `CSI =`, `CSI...
_FWIW: IIRC, basic auth doesn't work properly in PC 3.x (see: https://github.com/wbond/package_control/pull/1622)._ That said, resolving release information from VCS based releases requires various API calls per package, which are performed...
This indicates you not being able to even see all packages from that repo. There's nothing Package Control can do against hitting a repository hoster's API rate limits. The only...
packagecontrol.io seems to choke on that change. :(