Dan
Dan
For posterity, this is my GH ;-)
Not sure how we detect it now, but [this](http://www.regexr.com/3bn06) might solve at least bold/italics. Might want to add tokens for strikethroughs too
> this only picks up that special markdown combination. > but this might solve at least bold/italics. You're right, of course. I just wonder whether it would be better to...
Hey @ramosbugs, there's a rather annoying behavior in the `url` library which is ostensibly spec-compliant which runs counter to: > The actual discovery fetch should work whether or not the...
ah, I see that this was mentioned in a subsequent issue, which was closed. this is unfortunate because it prevents me from using this very excellent library as-is, even if...
I'm closing this because it's old and it appears that one of the added tests, `TestHelpCommand`, no longer passes (see below for more info). KeyConjurer is undergoing a lot of...
This issue shows up when attempting to implement PKCE (https://github.com/punmechanic/goth/commit/4944a61d216648738baa6e6535805829bd85ae10, see #516) for openidconnect. Even a trivial attempt at implementing PKCE (whose recommended challenge size is 32b when generated using...
:+1: also getting this ``` $ npm test > [email protected] test c:\projects\project > mocha test/index.js foo 1) should not be equal to bar 0 passing (32ms) 1 failing 1) foo...
cc @danielstjules was this ever fixed? I haven't used Mocha in a long while
The PKCE challenge _should_ be generated as part of `BeginAuth()` and stored in the session, and later should be retrieved from a session to be exchanged for a token in...