deathaxe
deathaxe
Monokai Pro ships static plain text dummy syntax definitions for various scopes to support custom icons, which are likely to override real syntaxes. This is likely to cause trouble even...
This would be https://github.com/eclipse/lemminx/pull/1618 then. Note, there's already a 0.18.1
It would require ST to add an API to query for existing sheets and identify them (e.g. via `Sheet.name()`). Otherwise any created sheet, we the instance is lost for can't...
Please don't ping specific users. Will is for instance no longer employed at sublimehq.
This PR is obsolete, superseded by #57.
It probably shouldn't in `text` scope, but in `source` it might be possible the parentheses defining a function argument list, which most likely is not separated with space from function...
related report: https://forum.sublimetext.com/t/inhibit-removing-spaces-before-parentheses-when-wrapping-comments/73233 I have to set ruler to 78 instead of 80 with ST4180, but I can reproduce it. Space in front of column is removed, even though the...
Communication between client and local proxies is usually performed unencrypted Coupling default SSL context by default would however result in httpx attempting to establish TLS connections to proxies by default....
Maybe a caller should rather prefer to create a global Client instance for all its requests, then arbitrarily and implicitly caching internals.