Aaron Parecki
Aaron Parecki
Quill doesn't currently handle video files at all. That said, there could also be an issue with your server rejecting the POST request because it is too big. Check your...
If you log in, you'll see the most recent 20 or so webmentions you've received and you can delete them from there. It'd be a good idea for me to...
It doesn't delete anything you've received unless you delete it yourself. It's just the dashboard page only shows the most recent 20 right now. I should really add paging so...
We might need to do this as a companion library for the time being. We're trying to stay backwards compatible with pretty old versions of PHP for the sake of...
I did some experiments today of using Google's Email Actions API to make a button you can press from within Gmail/Inbox so that you don't even have to open a...
Bumping this since it's caused a few problems in the past week.
+1 I've encountered this particular structure on a number of websites: * h-feed * h-entry * h-entry * h-entry * h-card This is fine, as long as the h-card has...
Looks like it needs the mbstring extension installed. https://www.php.net/manual/en/mbstring.installation.php I didn't realize that was a dependency sorry!
Great, I'll leave this issue open to remind myself to capture these requirements in `composer.json` which should then show a better error message earlier if they aren't installed.
indielogin.com is not an authorization endpoint. Eventually when I launch the replacement authorization endpoint service I'll need to update this to the new one. I'm planning on launching it at...