-
**Describe the bug**
I noticed that my settings were no longer syncing automatically, so I attempted to upload them manually and get this error:
```
ERROR:Sync Settings.sync_settings.libs.logger:…
-
I've installed this plugin via package control in sublime text 3. Below is the error I get in the sublime text console when running the plugin.
``` py
Traceback (most recent call last):
File "Colo…
-
Here's the traceback. It seems to be stuck in a loop for some reason.
I hope this report helps somehow... I've not seen this bug before, but today I can't avoid it.
```
reloading plugin HTML-CSS-JS …
lingo updated
8 years ago
-
In C/C++, when a parameter is required by a function prototype but unused, you can declare it like this:
```
int foo(int) {
}
```
In other words, the parameter of type `int` is not used and has no n…
-
I get this exception in the console:
```
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 389, in run_callback
expr()
File…
rwols updated
6 years ago
-
I'm unable to get the completion to work on my machine. Seeing a JSON parse error in console, sourcekitten installed and works when using it standalone.
Error:
```
Traceback (most recent call l…
-
### Is your feature request related to a problem? Please describe.
Currently, the LSP packages does not include a Language Server for TOML files.
### Describe the solution you'd like
Please publish…
-
Just installed to test this out, works fine in Firefox.
However with Chrome64 (not sure if will have same issue with 32bit) I get this in my console, and no page is opened in browser:
```
View In Br…
-
Every time I fire up Sublime, I get this error in the console:
```
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 210, in on_api…
-
On a fresh pip install of yapf, and a fresh sublime install of PyYapf, pressing ctrl+alt+f on a file with this one line of content:
`import numpy`
with nothing selected generates this error in t…