-
/*\* [Enter or Tab]
void sendControldatain(float rpy[3],float drpy[3],float position[3],float velocity[3])
{
headSerialResponse(48, MSP_CONTROLDATAIN);
for (int i = 0; i < 3; ++i)
serializeFlo…
-
When trying to run any command, I'm getting this :
```
JavaScript Refactor.Refactor.sublime-settings
node
error: b'\nundefined:1534\n throw new JS_Parse_Error(message, filename, line, col, p…
-
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…
-
Getting the following error, when running on a Russian Windows 7:
```
Traceback (most recent call last):
File "SassBeautify in C:\Users\Vladislav\AppData\Roaming\Sublime Text 3\Installed Packages\Sas…
-
I can run the tests fine without using scratch. When I enable "ruby_use_scratch" : true and run a test a new tab titled "Test Results" opens that is empty.
When I open the test panel at the bottom ma…
-
## Description
The "Swap Quotes" function, intended to switch a double-quoted string to a single-quoted string or vice versa, sometimes does nothing, but results in an error dumped to the console. …
-
Using ST 4
I'm getting the following error:
```
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py", line 547, in create_te…
-
When submitting a bug report, please follow the following template:
---
### Summary
I am working on modifying a modification - CodeMap to provide a universal mapping solution along with a muc…
-
I just installed the plugin via Package Control and added the Node path in my Sublime preferences file. However, while I write `@apply` in a CSS file, I get no autocomplete suggestions and the followi…
-
Hello! Can't get it work on windows, getting WinError 193 or WinError 2.
Phpcs itself working perfectly when I run it from command prompt (`C:\php\php.exe C:\php\php-cs-fixer-v3.phar fix D:\project…