Annika Backstrom
Annika Backstrom
Seems to me that `svnversion` returns the "modified" state of the working copy. Any reason to use `svnstatus | ack | wc` rather than just look for the `M` flag...
This wasn't correctly rendering as a code block with the old syntax.
The 32px image file for Twitter is not the Twitter icon, but a copy of the Instagram icon:  static/images/icons/twitter-32px.png
Unexpectedly (for me), the emoji picker is case-sensitive. I would expect it to return case-insensitive results (e.g. an uppercase search should return upper- and lowercase results.) This also makes me...
As of mastodon/mastodon#11975, limited accounts will always trigger a follow request.
### Detailed description Performing a search dismisses the on-screen keyboard, as expected. If you navigate into any result (post, account, or hashtag) and press the Back nav button, the on-screen...
Cannot run `php artisan migrate` on fresh install due to db access in MailConfigServiceProvider.php
I'm attempting to setup a local dev environment but the setup steps no longer work due to database access in `MailConfigServiceProvider.php`: https://github.com/aaronpk/Meetable/blob/3b6a52c22a66fb790f7e698de28d8b63ddbe23d7/app/Providers/MailConfigServiceProvider.php#L26-L29 The provider attempts to access the database before...
## Description of the issue Some servers (e.g. Mastodon v4.2.0-beta1+glitch) format posts with nested `` tags. Glitch specifically will wrap text in a `` in a ``. The CSS file...
Adds the Join Date to the Account Profile Page, before the toot/follows/following counts. Screenshot: 