Christian Dannie Storgaard
Christian Dannie Storgaard
For what it's worth, I got around this by creating a `match_utf8_field` function that I call instead of `match_field` or `match_subject`. I put it up here: https://paste.sr.ht/~cybolic/902986c795599f558165c63bcb65a3d4ae15881e
I can't reproduce this on Ubuntu Linux. My guess is that's an issue with the encoding of the CLI on Windows.
I've added Treesitter support in my fork: https://github.com/Cybolic/palenight.vim/blob/master/colors/palenight.vim#L643 As far as possible, it tries to follow the colours set in the "Syntax Groups" and "JavaScript" blocks. These seem to differ...
I can confirm that @sgelb's fix also works for my case where Greek letters were rendered as unicode character sequences (the example below would render as `\u0393\u03b5\u03b9\u03b1 \u03c3\u03b1\u03c2`). A minimal...
Thanks, that works. Would it make sense to change this default to something that doesn't interfere with the normal operation of insert mode?
I keep getting the same error as well as soon as I start working an multiple code bases in separate tabs. I think it might be that tsserver is watching...
Thank you for the explanation. Given that it's against spec and it's doubtful Synology is willing to change their software in any decent timespan, is there a way to filter...
To answer my own question and for anyone else using the Synology calendar, I ended up pointing the `Binary` config setting in `caldav/config` to a short python script containing the...
~~@asvattha I don't actually use the Synology Calendar for anything other than syncing, so I haven't bumped in to this. If I were to venture a guess, I think changing...
~~It seems wxGTK-devel >= 2.9 is now needed, which doesn't seem available in Fedora 27 :disappointed:~~ Scratch that, the wxGTK-devl package stopped being updated at 2.8 as it introduced ABI...