Nathaniel Taintor
Nathaniel Taintor
_(Leaving this issue here just so I don't forget about it over the weekend.)_ While troubleshooting an issue trying to bypass the automatic webp formatting with @smccafferty, we noted that...
I've noticed that filenames with the "@" character in them are being urlencoded to "%40" in the `tachyon_url()` function, which causes errors when retrieving images from Cloudfront/S3. This urlencoding was...
Has there been any thought to adding a pronouns field for skaters that can be displayed on some views? I've seen teams add pronouns to the skaters name in parentheses,...
I've noticed on a production site that posts which are retrieved through batcache seem to be getting New Relic's `` tags embedded, in cases where it should be disabled. An...
As noted in #8, there isn't currently a way to update the contents of the minimap when the HTML of the content it is mapping is updated. It would be...
Cloning the entire DOM of a page can cause problems with event listeners, duplicate IDs, and in-page search. Request is to investigate using [html2canvas](https://github.com/niklasvh/html2canvas) or a similar script to render...
Requested: a bookmarklet for sites. Similar to: WordPress "Press This" or Reddit's bookmarklets. Need a way for site owners to customize it to some degree.
I'm getting around to building out author archive pages for version 0.5 of the plugin and wanted to get feedback as to how that should work. Typically WordPress will just...
The WP admin page `edit.php?post_type=reclink` is not set up to handle the fields specific to "recommended links" post type. Needs a column for "Link URL". Also, there needs to be...
Right now you can enable categories, tags, or any other taxonomy for the "recommended links" post type, and if they're enabled, they are selectable from the submission form (although that...