Andy Hall
Andy Hall
Oh, thanks! I also started to investigate adding these features to VaultSharp, but the app I was implementing was so simple that I ended up rewriting it in Go and...
I can confirm that word filters don't appear to work. I have a few hashtags filtered out with this configuration that get hidden in the web UI, but display in...
https://github.com/IlanCosman/tide/issues/310 This bug is easy to trigger with one of the built-in 2-line prompts in https://github.com/IlanCosman/tide while using Windows Terminal, Alacritty, foot, WezTerm, etc. It doesn't break anything essential, though,...
https://github.com/IlanCosman/tide/blob/6833806ba2eaa1a2d72a5015f59c284f06c1d2db/functions/fish_prompt.fish#L54 I haven't figured out how to fix this, but I did notice that that if edit it so it doesn't print anything after a newline, the rightmost character stays...
Aha, it's been reported in Fish already. https://github.com/fish-shell/fish-shell/issues/8002 They thought they had a workaround and closed this one, but the workaround caused more problems than it solved. https://github.com/fish-shell/fish-shell/issues/8164 This is...
Sure! Commit message has been amended.
https://github.com/tuskyapp/Tusky/issues/2660 Tusky fixed a similar issue recently. I wonder if it might be a similar root cause.
I noticed that if I disable this CSS rule, I can scroll the page normally: https://github.com/cilium/hubble-ui/blob/3c11e4679598b0454d17618875966748107aaf1d/src/index.scss#L28
I had left this hanging because I thought @mascguy still had some work in progress, actually 😅 Either way, I don't have a Mac to work from these days, so...
In case someone else stumbles across this issue in the future: https://www.reddit.com/r/linuxquestions/comments/17jsmm2/i_cant_open_discord_after_the_latest/ > the p11-kit process had been overriden by the linuxbrew one (installed as dependency for other development tools)....