Mark Jaquith
Mark Jaquith
`Request.redirect()` isn't currently mocked. https://developer.mozilla.org/en-US/docs/Web/API/Response/redirect I'm currently using this: ```ts Response.redirect = (url: string, status: number = 302) => new Response(null, { headers: { Location: url, }, status, } );...
This allows for param matcher tests to be collocated with their matchers fixes #7583 Collocation of tests is a common practice, and the current param matcher scanning will throw an...
Yarn v2 was an abomination. 😞
This is a plugin for plugin developers. It really should have some unit tests.
We say "GifDrop" is the default, but that doesn't actually get set.
UI ideas needed. Also consider case of multiple files dropped at once.
Strategy for allowing mobile editing without compromising sharing: 1. Tapping an image opens a fullscreen modal (edge to edge). 2. The modal displays the image, with an overlayed "Close" button...
The main image query grabs a lot of data. Might see if storing this in postmeta will help it scale.
On mobile, gifs load slowly. If they take longer than a second we should show a loading spinner over them so people know it is being worked on.