Evan Paterakis
Evan Paterakis
On #928 (draft), I ended up using NetworkMonitor. > Just beware that you might get bug reports from users using custom VPN scripts that don't play nicely with NM (or...
Thanks for the suggestion! There's an issue with that. The list of languages Mastodon supports (ISO 639) is much more limited compared to what libspelling does which would require Tuba...
Thanks for raising this issue! I'm going to need a bit more info: - Could you run `G_MESSAGES_DEBUG=Tuba flatpak run dev.geopjr.Tuba`, reproduce it and send back the output? (If you...
Hello again! My gut feeling is that it's related to Asahi and GPU support, I think they added support now or will add soon, but in case you want to...
> the fullscreen toggle button doesn't reliably automatically hide with the other window controls yet - and when it does, it seems to do it with a delay. Noticed that...
I think I'll delay this for after 0.8, literally nobody has asked for this so I'm just guessing on what they would want from it.
+1 for "Blocked you" or "Blocks you" unsure about the tooltip, it'd be too long. IMO being blocked implies that you cant interact with them, just like mutuals implies that...
What did past me mean by this: ```vala // If end is ':', everything until // a newline will be treated as a word if (end.get_char () != ':') end.forward_word_end...
the comment is wrong, the comment doesnt even tell me why
The main issue is that i'm fighting both the completionprovider and pango, pango treats foo#bar as 2 words, `foo` and `bar`, supposedly `#` being the word break then completionprovider bounds...