In Jenkins project, I use JIRA. And for CloudBees customers, we use Zendesk. And I positively and passionately hate Zendesk. It’s quite painful for my usage, and even more disappointing as many of the things that make me suffer can be fixed so easily. So I decided to write this to make myself feel better….
Tag: rant
The other side of forking and pull requests
Charles Nutter of JRuby fame had this tweet yesterday: The “open commit” policy is a relic of a time before @github brought us forking and pull requests. Want to commit? Send me a PR. — Charles Nutter (@headius) January 4, 2013 And this touches on something I’ve been thinking for a long time. My experience…
Internet Explorer only takes string in HTML5 postMessage
Today I learned the hard way that our beloved Internet Explorer doesn’t handle HTML5 cross-domain messaging functionality (AKA postMessage) correctly. I have done a reasonable amount of research before I invested a significant time into this, and so I knew it doesn’t postMessage across tabs and windows beforehand. This limitation was not a problem for…