Timm Bäder

Results 113 comments of Timm Bäder

It _would_ be possible to use the search page for that, but to follow a specific hashtag is another thing and I have other plans for that :p ... and...

I haven't worked on this since the bug opened, no probably not, no. Just not a priority.

Snippets are easy to add and I actually use them. I don't even know where to start about problems with hashtag bookmarks. Where to add, how to implement etc.

Do you still want to change the way "unread tweets" are determined? You can get the unread tweets via ITimeline's `unread_count` property. @ryanlerch Any opinions on showing it in the...

Not from my side, but there's a PR from @tglman: https://github.com/baedert/corebird/pull/316 (which doesn't seem to apply anymore). It has the mentioned downsides. I wonder if showing the count over the...

iirc that happens when there are exactly 3 users to show in the users part of the list. When we then query the next 3, the Twitter API returns the...

Yes, we query 4 entries, then show 3 so we know (so the theory) that if we get more than 3 results, a "show more results" button makes sense, since...

I have a test of this in the `dbus` branch now, but using a `show-profile` action and e.g. ``` gdbus call --session --dest org.baedert.corebird --object-path /org/baedert/corebird --method org.gtk.Actions.Activate 'show-profile' "[]"...

Yeah, the id here is really just because we use a id in ProfilePage. Since profile URLs use the users's handle, we should probably just use that for profiles, and...

Oh, I changed the type of the action to a string and it now takes the screen_name, btw. It gets a bit ugly in ProfilePage because of the screen_name/id duality...