Paweł Bogut
Paweł Bogut
Couldn't that be at least sent to stderr instead of stdout? `--format=json` is a bit usless if there is additional information printed.
Any update about this one?
My custom script just in case someone find it useful: ```toml [custom.elixir] format = '[$symbol(v$output )]($style)' command = "elixir --short-version 2>/dev/null || (elixir --version | grep '^Elixir' | awk '{print...
It seams like the cursor is not just white, but its always inverse of colours in its position.     
I just spent a few hours trying to figure out why my Neovim was taking up 30-40% of CPU while idle. I ended up finding out that it was caused...
I think you're right, this is a problem with the mopidy-spotify. However, what I'm interested to achieve is to add a song to my library (formerly follow). Since mopidy-spotify is...
Module is not working with newer OpenHAB version. Main issue is `thing/thing-types.xml`, I managed to get it work by adding proper thing type definition. Someone did pull request with that...
Some instruction is here: https://www.openhab.org/docs/developer/bindings/ but it took me a while to figure it out. This one should work: http://storage.pbogut.me/org.openhab.binding.greeair-2.5.2-SNAPSHOT.jar it should go to something like `/usr/share/openhab2/addons`.
I would have to install 2.5.5 and check, now I don't have open hab but I'm 99% sure that jar worked (could be different one though, can't check now). I've...
@cytrus77 I was checking it some time ago and it was not working at all anymore (I'm sure it used to though...). I decided to rewrite it (as I had...