Fol

Results 10 comments of Fol

I opened an issue for that plugin (https://github.com/Glench/Vim-Jinja2-Syntax/issues/29) , but actually I it may be related to Match-up. For the moment, Vim-Jinja2-Syntax does not match multi-line statements: ```jinja {% for...

Mh... It seems this is definitely a breaking change, considering the tests failures. Here is a dirty fix: ```css lightness-fix(color, percentage) lightness(color, lightness(color) + lightness(color) * percentage / 100) a...

As suggested here (https://github.com/wallabag/wallabag/issues/3157#issuecomment-462320393), using the POST verb, instead of the GET could be a temporary solution. Still not perfect, as POST can still be logged by the server, but...

My 2c on the topic, I may be utterly wrong. Streaming was maybe a valid argument for ditching the mpd's playlist. However, I just saw that Cantata has a streaming...

I agree with @mbrennwa, a root acces shouldn't be needed here. As (almost) all files in `/volumio` belong to, well, `volumio`, no sudoing should be required. This is even dangerous,...

Actually, it seems it is the desired behavior, see this comment bloc: https://github.com/haya14busa/is.vim/blob/master/autoload/is.vim#L31 However, the documentation is imho incoherent with that =/ The good news is, you can have the...

While going through the Debian's packaging file, I saw Jinja2 is required I've also seen that jinja is required by YunoHost. I refrained using it, as I wanted to have...

Great! I'll be rewriting my Python code then :smiley: And perchance, If anyone around has a knowledge of the ZSH completion framework, I would be interested to get a review...

I confirm the Youtube plugin stopped working since the v2.368. I'll try to grab some logs from my RPi3-Volumio'd.

I stumbled onto this issue as well. I wanted to warn the user he was entering a complex chord chain, by overloading the first keypress ``` super + n notify-send...