Mark Drago
Mark Drago
Issues work fine, but pull requests don't. It should be really easy to add support for these.
This is generally annoying, but causes real problems for some services like Trello because the page very rarely fully reloads. So, you can send one thing over to cardorizer, navigate...
The jira bookmarklet should escape ampersands and other special characters so they make their way in to cardorizer properly.
ecpg, the program which pgsanity depends on, chokes on a unicode BOM (https://en.wikipedia.org/wiki/Byte_order_mark). Pgsanity should strip out unicode BOMs before sending the text off to ecpg.
@tjfontaine we spoke about this a bit in #node.js the other day. After we spoke I ran in to some issues and this patch is the result. The tl;dr version...