Thayne McCombs

Results 593 comments of Thayne McCombs

Not sure if it's a good idea but another option could be to assume that if "--" is passed in, the user doesn't want it to read from stdin, and...

In sway 1.8, it appears that what I had above no longer works. In fact, it seams like `seat - cursor press button4` and similar don't seem to work at...

> Or maybe add an option to ignore modifier keys for a bindsym, but continue using the modifier for buttons triggered as a result. Fwiw, Hyprland has a bindi command...

Unfortunately, I don't think it is possible to work around this with udev rules either, as described in https://github.com/swaywm/sway/issues/3960#issuecomment-2068083432. Because in udev at least scroll events aren't key presses, they...

I just ran into problems because of this. I was using: ``` aws sesv2 list-suppressed-destinations | grep ``` to see if an email was getting suppressed, and didn't see any...

Also of note, if I pass `--page-size 100` I only get 100 results back

The dconf reset doesn't help me. Although I am running kooha with flatpak, so I'm not sure if it is resetting the actual dconf that kooha is using. `dconf dump...

This behavior is also exhibited by rigprep (with `rg --files --hidden`), so this is probably a bug in the upstream `ignore` project. You should probably file it on the [ripgrep...

I think this might be the same as https://github.com/BurntSushi/ripgrep/issues/2836