Dale Price
Dale Price
I added tvOS 15 as the minimum supported version, which allows it to build and work in a tvOS app (I was getting the error `'data(for:delegate:)' is only available in...
**- Do you want to request a *feature* or report a *bug*?** Bug **- What is the current behavior?** A number of features fail non-gracefully if Javascript does not run....
**- Do you want to request a *feature* or report a *bug*?** Bug **- What is the current behavior?** On author bio pages, long enough author names wrap strangely around...
**- Do you want to request a *feature* or report a *bug*?** Bug **- What is the current behavior?** In both the "about the author" section of articles and the...
I believe I found an off-by-one error in the Swift decoder that was resulting in detail being cropped from the bottom and right edges of the decoded images. Because the...
### Steps to reproduce the problem 1. User A makes a post that violates rules. 2. User B sees the post. 3. User A deletes the post (or, the moderators...
### Steps to reproduce the problem 1. Hover over the links along the right side for “Explore”, “Live feeds”, etc. Or hover over the links in the “Getting started” pane...
I’m seeing WebSocket connections sending errors in the form of: ```json { "error": "Something went wrong", "status": 400 } ``` This is not only not mentioned in the [streaming documentation](https://docs.joinmastodon.org/methods/streaming),...
Currently, the add-on polls every 10 seconds for changes to the system theme. Obviously, it would be better to instead listen for the system to notify the add-on, to increase...
Mastodon’s [Instance v2](https://docs.joinmastodon.org/methods/instance/#v2) API provides a fair amount of info that isn’t in v1, like MAU, a link to the server status page, accurately named properties (`uri` in v1 wasn’t...