Kyle Schattler
Kyle Schattler
A native option to select what wakes the Steam Deck would be great. I was trying to use my Pixel Buds Pro with my laptop and the Steam Deck kept...
I was able to workaround this by adding the following CSS to `~/.config/gtk-4.0/gtk.css`: ```css /* Temp workaround */ .nautilus-window .content-pane { background-color: rgb(245, 245, 245); } ``` This will at...
For those wanting checkbox concealing, I was able to add it with [this config](https://github.com/kschat/dotfiles/blob/0f9d19887bba7ef9409619366a6eb592eaa1a15b/vim/.vim/after/queries/markdown/highlights.scm#L39-L49).
I didn't want to set `--no-deprecation` globally since I use Node at work. My temp workaround was to make an alias for `bw`: ```bash # Temp workaround to disable punycode...
*bump* Is this project still being maintained?
This still allows adding contextual properties to error objects (it even leaves it on by default), it just gives the option to turn it off. We have logging filtering, but...
I've experienced this as well. I did some digging and found the [pertinent issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1955112). The workaround in the thread is to drag a tab. I just tested and it worked...
Has anyone found a workaround for this issue?