deathaxe

Results 155 issues of deathaxe

This PR fixes two bugs related with basic authentication: 1. The `http_basic_auth` setting is not cached by PackageManager and therefore not passed to downloaders. 2. Basic authentication doesn't work for...

The `package_setting_context` is known to be somewhat special. Thus I had a look at its meta data and found some strange duplicated entries in RECORD file, which seem wrong. Fortunately...

In order to get `mdpopups` running, I've downloaded latest master and copied the `st3/mdpopups` folder to `Data/Lib/python33`. To prevent PC from getting confused by updates, I followed the advice to...

GitSavvy throws the following traceback directly after startup. ``` plugins loaded Traceback (most recent call last): File "C:\Apps\Sublime Text 40xx\Lib\python33\sublime_plugin.py", line 528, in on_api_ready plc() File "C:\Apps\Sublime Text 40xx\Data\Installed Packages\GitSavvy.sublime-package\git_savvy.py",...

If either a package or dependency fails validation, the whole repository is added to the list of invalid sources. If that happens everything a repository has to offer is unavailable,...

Package Control downloads packages from `https://codeload.github.com///zip/` which always downloads the whole exported repository of the given ``. A plugin author might want to run a deploy workflow to create custom...

enhancement

The JSON language server supports markdown formatted docstrings, which enables us to write nice looking popups such as: ![grafik](https://user-images.githubusercontent.com/16542113/104844131-99b1b680-58ce-11eb-8d45-69447d615d3e.png) Can LemMinX do something like that as well? It appears all...

enhancement
hover

### Problem description ST 4134 ships with certifi "2020.04.05.1". Current version of the certificate file is [2022.06.15](https://github.com/certifi/python-certifi/commit/9d514b4cad79357071c89d7dc4dc1b4df72bb997) ### Preferred solution Update ca bundle. ### Alternatives --- ### Additional Information _No...

### Description of the bug Suddenly a single group/pane got locked up. Neither tab selection, nor editing, nor anything else worked. Resizing the window to the right caused a white...

### Description of the bug A general question about syntax based folding is how to achieve something like folding markdown headings of certain levels via fold buttons. MarkdownEditing can already...

T: bug
C: Fold