Paweł Bogut

Results 33 comments of 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.

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. ![screenshot_from_2023-12-23_18-41-10](https://github.com/zellij-org/zellij/assets/1702152/9de6de44-bd59-4552-9e58-a7b491cdfa31) ![screenshot_from_2023-12-23_18-41-30](https://github.com/zellij-org/zellij/assets/1702152/247037e1-84ea-4b3d-a869-3c355423a587) ![screenshot_from_2023-12-23_18-41-39](https://github.com/zellij-org/zellij/assets/1702152/8030fb49-017e-46b9-ba93-a680f0a4f9bc) ![screenshot_from_2023-12-23_18-41-51](https://github.com/zellij-org/zellij/assets/1702152/0e5d9a57-0fda-44b7-8a6d-9577f1864940) ![screenshot_from_2023-12-23_18-42-02](https://github.com/zellij-org/zellij/assets/1702152/1521d3da-f998-421c-afc1-22352e1dc1e5)

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...