Skip R.
Skip R.
Also experiencing this issue.
This still appears to be happening for me: ``` 2019-01-02 20:34:27,783 - CRITICAL - Six.lib.editor_internal - Unexpected error. 2019-01-02 20:34:27,791 - ERROR - Six.lib.editor_internal - can only concatenate list (not...
More logs: ``` raceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1082, in run_ return self.run(edit, **args) File "D:/a/1/six-release\commands\press_key.py", line 107, in run File "D:/a/1/six-release\lib\command_state.py", line 823, in active_mode...
And after opening Sublime Text (from a completely closed state) and clicking somewhere in a file, this error happens: ``` Traceback (most recent call last): File "D:/a/1/six-release\commands\events\event_mouse.py", line 42, in...
Okay, actually, I think this build is just broken. (Although the above errors are still separate bugs.) Nothing seems to be working, getting constant errors in console. Will open a...
A bit of a superfluous but nevertheless nice addition would be a (toggleable) satisfying refresh sound like the one in Tweetbot.
prebuilts : https://www.dropbox.com/s/p0ppe5l7l2m4z2n/qben-l.tar.gz?dl=0
yeah its in the readme
This still happens on bloop `v1.4.0-RC1` (Using Scala v2.12.8 and Zinc v1.3.0-M4+32-b1accb96) As far as I can tell, this only happens when using JDK >8. ~~It might be an outdated...
Okay, I did more investigation and it looks like you can get it to work like this: ```sh $ bloop console --out-file sample_command $ sed -i -e 's/coursier/cs/' sample_command $...