Ingo Bürk

Results 45 issues of Ingo Bürk

What better way to report an issue than with a tape 🚀 ``` $ vhs record > /tmp/test.tape > echo '"' > exit $ cat /tmp/test.tape Sleep 500ms Type 'echo...

A while ago I changed my email address for my PayPal login, and consequently updated the entry in Pass as well. However, whenever I go to PayPal to login, it...

The i3-gaps project has been merged into i3. Please refer to the README for details. This repository is no longer active. It will be archived once i3 4.22 has been...

Say you have some command ``` cmd := &cobra.Command{ Use: "context", Aliases: []string{"ctx"}, } ``` Then completing `ct` will not work: ``` prog __complete ct :4 Completion ended with directive:...

area/shell-completion

This eliminates Xlib from the code. This will only be possible in the distant feature because xcb-xinput, in any released version, is currently unusable and broken. It works better in...

enhancement
future

With two outputs 200x200+0+0 and 200x200+200+100, the torus behavior doesn't consider warping behavior. So we have these two, inconsistent, warps with torus behavior: ``` +-----+ |< >| | +-----+ |...

enhancement

Tests currently fall back to default pointer motion events since warp_pointer won't generate the raw motion event we ususally listen for. Fix this.

enhancement

I can't PR this right now, so just as a marker issue, I've uploaded i3bang to the AUR: https://aur.archlinux.org/packages/i3bang-git

https://github.com/onsi/gomega/pull/273 implemented a feature to make some things configurable, which is great. The problem is that we need to do this in _every_ test suite such that it works regardless...

When calling external program in an assignment ``` for_window[class="(?i)firefox"] exec ~/scripts/do_some_stuff.sh ``` it would be helpful for the script to have information about the matched window so that it could...

enhancement