deathaxe

Results 155 issues of deathaxe

Package Control 4.0 supports python 3.8 dependencies/libraries. Required libraries are provided via https://github.com/packagecontrol/channel With those requirements met, Terminus can migrate.

Fixes #228 1. Remove all existing modules from sys.modules[] cache to force them being reloaded in correct order. This strategy is battle proved by A File Icon, GitGutter and PackageDev....

Installing packages for automated tests is unrelated with real usage. Thus prevent Package Control from submitting usage stats.

This commit adds creation of `.hidden-sublime-package` file to hide python 3.3 helper package from Package Control's quick panels.

I recently run into an issue when Package Control tried to update the `lxml` dependency. It was locked by either `Exalt` or `xpath` and therefore could not be updated at...

This PR prepares package_control_channel for Package Control 4.0 by... 1. upgrading scheme version of channel and repositories to 4.0.0 2. opt-in compatible libraries to python 3.8 3. drop all ST2-only...

non-package

This PR updates unittests used to verify channel.json and repository.json integrity. Despite #8050 proposing use of separate github actions, this PR updates built-in scheme tests as a first step, so...

non-package

Recently noticed following error messages in Sublime Text's console, when opening XML documents. ``` Error handling request Traceback (most recent call last): File "Packages\LSP\plugin\core\sessions.py", line 2273, in on_payload handler(result, req_id)...

### Description of the bug Calling `sysconfig.get_paths()` within plugin_host returns invalid paths such as - %APPDATA%\Sublime Text\Lib\site-packages On MacOS it even might fail due to missing `_sysconfigdata__darwin_darwin` module, which needs...

T: bug
C: API
S: minor