Eric Andrews

Results 107 comments of Eric Andrews

Putting this in backlog because it's pretty low-priority--users aren't *supposed* to be using bot accounts anyway and the portion of affected users is certainly quite slim, so it's not a...

Filing this tentatively under 1.1

I have also noticed this behavior. At least in my case, `decodePartiallyDownloadedData` is never being called, so the preview isn't generated. alexvasilkov's wrapper works well enough for me, but I'd...

This is planned for 2.0--it's in development, should be in the 2.0 beta soon(ish)

Most of our packages right now are compiled with swift tools 5.9, which do not require strict concurrency. Bumping them to 6.2 requires updating a bunch of things to conform...

Peculiar that this only affects community blocks, and person blocks work fine. I have concluded that this is not due to `Community` using `SyntheticStateManager` and `Person` using `StateManager`; with `StateManager`,...

The downside of the backend implementation is that it is tied to a single account, while presumably users want these filters to be global. We have a couple ways to...