Claire

Results 1010 comments of Claire

If the slowness manifests even with an empty compose box, then the root cause is different from that reported in the current issue.

The inefficiency caused by the regexp match depends solely on the size of the text in the textarea (and more precisely, on the number of characters before your typing position),...

> It's worth noting the local URL does work for remote users if they search for it. > > E.g. if there's a post on Server A, and you view...

Do you hide replies or boosts? Do you use filters that hide instead of warn? The Home timeline is limited to 400 posts as it is stored in memory, but...

Related: https://github.com/mastodon/mastodon/issues/19657

It is a limit of the Mastodon web interface, which currently has an arbitrary limit of 3 hashtags. Changing it will require changing the overall design of how/where they are...

It only allows you using tags that are known to exist already. But there's an additional issue where the tag search currently does not ensure the exact match is returned...

The existing pull request #21143 aims to address this

The code responsible for selecting which action log items to display: https://github.com/mastodon/mastodon/blob/d2eb726962187226c85ef7f2ee1886cb0767bbd1/app/models/report.rb#L123-L142 This would need to include `AccountWarning` targets, but that requires a join on `account_warnings` to correctly select for...

Wouldn't it be better to just add a `title` rather than risk display issues?