deathaxe
deathaxe
Does it make sense to add a default profile for JSX? related with https://github.com/SublimeText/Vue/issues/40
This commit fixes `mark_removed` task, by really marking only those packages as removed in database, which don't have any valid download source anymore and are not already marked `missing` -...
This PR builds on recent changes made by @wbond to fix some rate-limit related issues and backports changes from four-point-oh branch targetting same sort of issues. It also adds `RateLimitSkipException`...
This commit adds ST4200+ dedicated release branch for MarkdownEditing.
This commit updates registration of "PHP Getters and Setters" to point to repository on SublimeText org, which ships various compatibility fixes for ST4. Handover for original repository has been requested...
This PR moves package registration to internal repository and removes corresponding external repositories from channel to reduce external dependencies. External repositories remaining are... 1. ST2-only repositories which no longer exist...
This commit cleans up previous names entries, which haven't been modified for at least 2 years.
This PR teaches `_should_run_for_extension()` to return False without complaints, if `view.file_name()` returns `None` for new views with unsaved content.
This commit vendors imghdr module to maintain compatibility with future releases of Sublime Text, which will ship with python3.13. imghdr has been removed from python standard libraries.
It is planned to upgrade ST's plugin ecosystem to python 3.13. Support for python 3.3 is being sunset. It can already be disabled via settings and will be removed next...