sk22

Results 79 comments of sk22

> I don't think so, but maybe you mean this? mastodon#142

could you let me know if this is still happening in the latest pre-release? i've relatively recently added something that should check whether a post is already in the timeline...

i'd probably revert some changes, but all in all, yes, this would be welcome

generally, i do see and look through the commits where you mention me (thanks for that!), so that should be enough as well

guess it makes no sense to create a politically biased pull request on a political repo, does it

> I think _their_ works perfectly well grammatically; the issue is more about whether or not to change a direct quote. Personally I'm not averse to using the singular _they_...

it also appears to be worse with some fonts - miui's default system font being one of them. i sometimes can type multiple "i"'s that are invisible at the line's...

possible implementation: https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:clickable-boost-reply-line

i seem to be able to work around this particular issue by setting the `data-index` attribute in the ref callback: ```tsx ref={(el) => { el.dataset.index = `${row.index}`; virtualizer.measureElement(el); }} ```...