deathaxe

Results 817 comments of deathaxe

This comparison was made to clarify, that even creating those completions is a very expensive operation, which takes too much time. In a real world plugin, such as LSP those...

> (blocking the async thread for a long time is also not ideal but lets leave that discussion out of here for now) Maybe plugins, heavily using async functions should...

Preventing or blocking other plugins due to long lasting expensive tasks is not ideal, too. You are right about `_async` APIs becoming pointless, then as synchronous API's are perfect match...

Global bibliography files can be specified via `"additional_bibliography_file": ""` setting. LaTeXTools is however not designed to modify bib files.

_The primary purpose of this package, next to providing backports of latest Markdown syntax for older ST releases, is providing various input helpers to simplify or improve writing experience._ It's...

Dependencies were a special kind of packages to wrap python packages. Any ordinary plugin-like functionality was possible due to their location, but not intentional use. A proper depedency looks like...

Package Control 4 adds a new "asset" based release type and a "pypi" client to crawl registered packages from pypi.org. Defining them requires repository/channel scheme v4, which is still not...

Is bold/italic rendering probably disabled via `"font_options"` setting?

Seems to be related with opengl rendering pipeline. When running ST with `"hardware_acceleration": "none"`, layer order seems ok. Never see any white icon on any file type, regardless its state...

A relevant merge commit is 9e808d553bf51d291ea778524dc72a79cf35abc5. It merges all/many commits with package migrations into four-point-oh. A candidate may be https://raw.githubusercontent.com/JesseTG/ribosome-sublime/master/packages.json (d41feca81e8cf081f4d2dde927da0154f86f824e). This one is somewhat confusing or broken already, as...