Martijn van der Ven
Martijn van der Ven
Just to chime in: both a [Ruby](https://github.com/jgarber623/webmention-endpoint-ruby) and [PHP](https://github.com/Zegnat/php-webmention-endpoint-discovery) library for discovering endpoints have been created as of late. These are both running their test suite against the live `webmention.rocks`...
Leaving aside the question of whether IndieNews is doing the right thing with that `Location` header… If Telegraph were to pass on the webmention endpoint’s `Location` header I would expect...
Upon reading the Webmention spec again, specifically [verification](https://www.w3.org/TR/webmention/#webmention-verification), I agree that my implementation might be wrong. I think Telegraph shouldn’t be using the mf2 parser at all if it only...
This is an upstream thing in rollup-plugin-visualizer, see https://github.com/btd/rollup-plugin-visualizer/issues/96. Have you tested running `vite-bundle-visualizer` with the `--sourcemap` flag?
The PSR-7 implementation in this repository does not actually handle any of the sending. We never access the response stream. That is probably handled by the PSR7Worker instance from RoadRunner....
@jankapunkt is this still something you are continuing work on? I tried to introduce coverage to a Meteor app based on `lmieulet:[email protected]` and `lmieulet:[email protected]` (which seemingly came from this branch?)...
As an aside to this, it would be really nice if `$schema` was allowed by the v8r config schema. This would then allow the schema to be used by the...
Thanks for linking the closed PR. I had looked through the repo before, but clearly still managed to somehow miss that one. I am not sure how wide-spread the usage...
After reading into this more, I think the use of `$schema` as a property on non-schema documents does not have a very clear origin. Or at least I have not...
Sharing my current solution here, to see if people have other ideas. I have a .vscode/settings.json file that defines the schema for my WebExtensions manifest (an example JSON file where...