deathaxe
deathaxe
> if you set target_version to 3.5-3.8, we'd still emit f"{x}" (because Black's style prefers lowercase string prefixes), but with 3.5-3.9 we'd have to emit F"{x}". This doesn't apply for...
You can/should install the package via Package Control like any other ST plugins, too. This way it gets updated and you don't need to care about internals. It shows entries...
You mean Package Control fails to install? Maybe it fails validating the server certificate due to any firewall/proxy or network antivirus? To install any package manually, you can download the...
This is basically the same issue as #5, but it is in fact a quite serious issue. I am on thinking about how to make a snapshot of settings modified...
These error messages normally tell you some scopes not being popped off correctly, causing the scope stack to be flooded. To prevent overflow and app crash no more than 25000...
The initial post doesn't state anything about LaTeX with embedded JavaScript but Markdown and a LaTeX file. I actually opened a couple of LaTeX files and Markdowns with Naomi enabled...
The culprit seems to be the _naomi.fjsx15.sublime-syntax_. ## What I did Open LaTeX file from http://www.electronics.oulu.fi/latex/examples/example_1/example1.html Step 1 - renaming one naomi syntax after another Step 2 - commenting out...
> suggested the stack trace because recursion bugs are always hard to track I agree with a function to help tracing such issues would help very much. > the bug...
Just wondered why completions didn't work for _Sublime Syntax_ when I found it was a secondary view. Adding `applies_to_primary_view_only()` fixes the issue and seems to works well so far. ```...
Sounds like a task for JSONSchema.