Dale Price
Dale Price
@vitalyfriedman Not when I test it. With JS disabled it looks like I still see the form with ID `js-search-form`, which doesn’t have an `action` attribute, so submitting it just...
Same, I don’t see myself needing to use a newer version of the library with anything other than whatever the latest stable toolchain is at the time.
I think the current TootSDK abstraction is plenty, the main problem is the “previous” and “next” names are (a) the opposite of what Mastodon calls them, and (b) difficult to...
This should already be doable by subscribing to the stream for each one and then calling AsyncAlgorithms’ [merge](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Merge.md) with the streams, unless I’m mistaken? ```swift async let notification = client.streaming.subscribe(to:...
@kkostov did you mean to close this? Even though you can use `merge` to get the same effect for now, I’d still like to refactor the streaming subscriber code to...
No worries @will-lumley, I’m just thankful this exists at all!
Thanks, this is great! Including the `sizeTag` gives me all the flexibility I could ask for. One minor documentation issue: the docs say `FaviconURL.source` is the URL of the page...
> Perhaps we should set thumbnail to nil if it doesn't have a url? Should we just set *any* of the optional nested structs to nil if they fail to...
Are you talking about revoking it from Settings > Account, or Settings > Account > Authorized apps? The list of sessions in Settings > Account says "These are the web...
On iOS it’s common to use the regular browsing session for in-app authorization, so you wouldn’t want the session to be closed afterward. Some apps/situations do use an ephemeral browsing...