IBBoard
IBBoard
App-level token access (rather than user token access) _should_ let you view various feeds without a login. But: 1) You can't store and create any kind of "home timeline", because...
I guess you need to intercept the traffic to see what's actually being transmitted. It's possible to [get Wireshark to decrypt HTTPS](https://www.comparitech.com/net-admin/decrypt-ssl-with-wireshark/) (I've done it with Firefox when checking some...
I'd recommend not automatically retrying. Cawbird added a [manual reload](https://github.com/IBBoard/cawbird/issues/244) to avoid getting in to retry loops, wasting bandwidth, etc
I think it's because it's accessibility text, and so it needs to be long enough to describe the scene or approximately transcribe longer text. Could we have it hidden by...
The main thing is going to be making sure that it's accessible on mobile/touch screen, since pop-overs are always a bit odd and unreliable on mobile 😕 And yeah, I...
I follow the blog (or at least tend to read the posts as they come through on Twitter). I'll have to work out how to use this new-fangled Matrix thing...
As if moving to libadwaita wasn't going to cause enough fun for "which distro supports this?" 😄 Hopefully there's some consensus by the time NewCaw gets close to being ready...
> *How would a post or user displayed?* > If we would support https://github.com/CodedOre/NewCaw/issues/53, and no account was added, it makes sense to open the content with that anonymous session....
That logic seems sensible. Cawbird has "which window do we open?" logic that [just picks the first account](https://github.com/IBBoard/cawbird/blob/76c38acf5aca3ae5f1d69baacc93e9f9f794901a/src/Cawbird.vala#L388-L393) if there's more than one and none are set as "startup accounts"....
I'm trying to work out what that widget does. At first I thought it was doing some hideous "break it into lots of widgets" thing with a grid. But it...