Tlaster

Results 180 comments of Tlaster

Close as cannot reproduce, reopen if you got the same issue after 1.7.0

Now there is a toggle after 1.7.0-beta01.

Cannot reproduce any more, reopen if someone got the same issue.

Threading should be improved after 1.7.0-beta01.

Unlike the Mastodon API which has `min_id` which returns results immediately newer than ID, Twitter has no such thing, so there is no way to know how many tweets from...

I've updated the remote API config for testing, it should resolve the issue for now, but there is no guarantee that Twitter will not block this API Key.

This is my custom implement of NavigationPageRenderer, maybe it still works on custom ContentPageRenderer public class ExIconNavigationRenderer : NavigationPageRenderer { private CommandBar _commandBar; public ExIconNavigationRenderer() { ElementChanged += ExIconNavigationRenderer_ElementChanged; }...