Paul McMahon

Results 9 issues of Paul McMahon

Your GitHub integration is currently using OAuth. With OAuth, you have access to all my private repositories. If you were to use a GitHub App instead, I could grant you...

Emails include filtered parameters such as password in them.

If you use the enable_json_callbacks option, the callback itself is cached: For example, if I call `/api/1?callback=foo` it will return `foo({})`, and subsequently `/api/1` and `/api/1?callback=bar` will also return `foo({})`....

I noticed the most recent version, v4.0.3, is rather old, and there have been several commits since it, including the redirect support introduced in #135. It'd be awesome if a...

When a line starts with a number that ends with a period, e.g. `1984.`, it needs to be escaped, as otherwise markdown interprets it as a list. However, if a...

The previous sample code passed a block to the fallbacks method. Instead, they should be an argument.