Benji Encalada Mora

Results 9 issues of Benji Encalada Mora

I was looking into an issue I was having with [Together](https://github.com/alltogethernow) and I realized that because my domain redirects the domain to `www`, when trying to fetch the channels it...

* Fix issue with "Mark all as read" #1773

I was testing out my micropub server and noticed that after I fixed and stopped handling multiple tokens (in header and body) from 805, 802 started failing. Checking my server...

Should the response body be checked here? https://github.com/aaronpk/micropub.rocks/blob/eeac57ad4b38e6a6cc0a31d6a4fe2bca2794f791/views/server-tests/805.php#L52-L54 In [Test 405](https://github.com/aaronpk/micropub.rocks/blob/main/views/server-tests/405.php) it only checks for the status code when receiving a `400`. If the response body is checked, based on...

hacdias/indielib#25 @jlelse thanks for making me aware of this issue. If you have some additional details please let me know and I'll try to resolve this.

Let see how adding this to the editor works

The [contributing guidelines](https://github.com/microformats/microformats-parser/blob/main/CONTRIBUTING.md#developer-environment) state that `node@lts` is supported but LTS has been `22` for over a year. Using `22` prevents running `yarn build` as the `assert` keyword was removed in...

The starter site itself is simple but its also using Netlify functions to add IndieAuth, Micropub, and Webmentions without external services. This allows the site to function as it's own...