Martijn van der Ven
Martijn van der Ven
Related reading: [Thoughts on Pagination](https://nolancaudill.com/2012/03/24/pagination/) by Nolan Caudill.
A problem here is replies do not actually have a canonical ID. If a reply is completely removed somewhere in the thread all others IDs will shift. Can we use...
> Replies can only be completely removed on the last page of a thread, so there’s less likely hood of breakage. Even by mods? I had never actually needed to...
> * Algolia is used for search so it needed to be whitelisted. Ah, I never tested search, good catch. > * I wasn't sure what `imasdk.googleapis.com` is used for,...
This may require a lot more refactoring than I initially thought. It looks like, whenever a fragment URL is provided, XRay is only going to parse that little piece of...
Dropping link to my fork’s YouTube branch: [Zegnat/XRay:youtube](https://github.com/Zegnat/XRay/tree/youtube). This uses a `video` property as described in [feed entries with post type video](https://indieweb.org/User:Vanderven.se_martijn/feed-entries-with-post-type-video).
Brain storm following. I think it makes sense to say that the XRay library depends on these Format classes, so passing them at construct time feels right: ```php // Only...
Note that “retain” is actually the wrong behaviour. You should normalise to having no closing trailing solidus. The microformats [parsing specification for `e-`](http://microformats.org/wiki/microformats2-parsing#parsing_an_e-_property) says to fill the `html` property using...
Just realised there is already a PR for: https://github.com/box-project/box/pull/695. But I could not find an issue? Feel free to close this in favour of the PR, or keep it around...
In waiting for this PR, I have been able to apply it through [cweagans/composer-patches](https://github.com/cweagans/composer-patches). Installation instructions from scratch: ```zsh composer config --no-plugins allow-plugins.bamarni/composer-bin-plugin true composer require --dev bamarni/composer-bin-plugin composer bin...