helpimnotdrowning
helpimnotdrowning
I think the description parameter here https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-update_profile would do this.
Theres actually a fabric mod for that already: [TextTweaks](https://github.com/UltimateBoomer/mc-textweaks) by UltimateBoomer, though it's stuck on 1.17. Luckily and by complete coincidence, today I bumped it up to 1.18, and it...
This was also happening to me, though I was getting app titles like "Auto translate", "{0} Chart", and "Are you sure?" (though this one was for YouTube Music). Sometime it...
I'm also having this issue with manager v0.0.44, though Im not using MicroG since I have root. This is my patch selection for YouTube: ```json { "com.google.android.youtube":[ "disable-startup-shorts-player", "sponsorblock", "return-youtube-dislike",...
My issue actually seems to be slightly different (libaapt2 gives a different exit code), so ignore my last comment.
This also happens with just ResolutionControl+ and Fabric API.
this doesn't seem to cover reddit-style* links like c/[email protected] or u/[email protected] (missing 1st slash), is this intentional? (ok I guess these are all technically "reddit-style" but i think my point...
It's not ignoring your env, you've just forgotten to set some headers for whatever webserver you're using. In nginx, I set my config like this: ```nginx server { listen 80;...
I've found a workaround for this issue: as mentioned in workaround no.1 in [this Bugzilla issue for Firefox Beta/Wayland showing the Wayland icon](https://bugzilla.mozilla.org/show_bug.cgi?id=1607399) , adding `--name Mercury` to the Exec...
nevermind that attempted commit/PR, a much nicer-looking fix was actually featured in #84 , where the `StartupWMClass` is just set to `mercury-default` instead of the stock `mercury`