Aaron Parecki

Results 508 comments of Aaron Parecki
trafficstars

Okay well it looks like my fix fails in ruby 1.9.3 and below for various reasons. Any better suggestions?

Okay I fixed this for all versions except 1.8.7 which doesn't have the concept of string encodings, so doesn't need fixing. I added a test case demonstrating how it failed...

Thanks, I had to build my docs using appledoc 2.2 build 963 rather than the version that installed using Homebrew.

The name of this issue should be "Validating the id_token JWT". The plugin doesn't actually validate the JWT, it just extracts the claims without validating, because it got the JWT...

I see the CORB error you're talking about, but that's appearing on GitHub's website, it's not from your code. It looks like GitHub needs to update something to account for...

Hmm this gem might already do it: https://github.com/sporkmonger/addressable Take a look at the "join" method.

I chose to do this as part of my Microformats consuming code, XRay, rather than at the parser level. XRay first parses the HTML document to extract the node at...

Not sure what you mean "things like tags". Here's what it does: https://github.com/aaronpk/XRay/blob/master/lib/XRay/Formats/HTML.php#L82 Basically if a fragment is included, it runs `$doc->saveHTML` on that element and replaces the HTML that...

Here's an example of what webmention.io currently sends, as a JSON post: https://gist.github.com/aaronpk/bb8628da6bf54bf85aa17d637d365b61