Christoph Koehler

Results 21 issues of Christoph Koehler

When starting a PyQt app from the terminal, it creates two extra windows: the actual app, and this phantom window that stick around on every workspace and cannot be selected....

With the default branch is stuck, the dashboard doesn't show any other pipelines, even if they run fine. This may happen with any stuck branch, haven't tested.

bug

Is there a reason we are still on 14?

question

By default, broot adds the following line to my rc file: `source /Users/me/.config/broot/launcher/bash/br` That works on my Mac, but on my Linux box my homedir is (obviously) different. How about...

I don't think ZMQ connects should be timing out like you are doing. See http://api.zeromq.org/4-1:zmq-connect, the whole point is that pub/sub/bind/connect order doesn't matter. pebbe/zmq4 does not time out on...

bug
help wanted

Sorry if this is not a z issue, but a fish thing. I am new to both. In `z.fish`, it sets `Z_DATA` and some other vars that include the $HOME...

Would be great to add Email to Twitter, LinkedIn, Instagram, etc.

The thumbnail is just the baseURL plus the thumbnail string, which is wrong when the image isn't in `/static` but in a page bundle. I fixed it (probably hacky) by...

There's one for the previous version, so just wondering... thanks!

This is close: ```lua snap.run({ producer = snap.get("producer.ripgrep.vimgrep"), steps = { { consumer = snap.get("consumer.fzy"), config = { prompt = "FZY>" }, } }, select = snap.get("select.vimgrep").select, multiselect = snap.get("select.vimgrep").multiselect,...