Taylor Thurlow
Taylor Thurlow
Tests ran but failed due to an included trailing comma, fixed that and force pushed.
Alacritty has implemented the Kitty protocol as of 0.13.0, can confirm it's working as expected in neovim. Would be great if Zellij had support for it.
These error traces can be a little misleading if you don't read super closely. Your error above is actually more than one error, where one causes the next, which causes...
My best guess here is this isn't a beets problem and is more of a network/samba/filesystem problem. Could be something with special characters (exclamation point?), in which case maybe that...
I stumbled in here from a web search trying to solve the same problem but in Ruby land - also trying to implement an algorithm from the aforementioned Wikipedia page....
Also would add indentation shifts to the list (`
Also experiencing the same thing on High Sierra 10.13.
If anyone is looking for a solution to this, I found it easy to grab the first 8kb of a remote file this way, in the case of a dropbox...
Looks like this was fixed in https://github.com/brooklynDev/airborne/pull/158.
I was chasing this same problem and it was definitely the fact that a `RedisClient` instance is not thread-safe.