latest 4 messages by stiang

+ [2014-08-29T10:48:43Z] stiang tobiasvl: yes, the diff works as it should, but I was struggling with the logic to get the exact right output. but I believe I finally nailed it: https://gist.github.com/anonymous/0a55dc3b4581339f8b90
+ [2014-08-29T10:29:55Z] stiang tobiasvl: actually I’m using https://github.com/kpdecker/jsdiff, which gives me an object that’s easy to work with. but I’ve been using diffChars, not diffWords. so compare the deleted line to the added line using diffWords, right?
+ [2014-08-29T10:26:16Z] stiang trying to emulate Github’s excellent diff output for a project, especially the per added/deleted line part. what exactly are you comparing the text on line 34 in this url with to figure out which chars were deleted (the bold ones)? https://github.com/facebook/immutable-js/commit/1f36882e15acc86658fae4a2c93ad9f3800b3257#diff-04c6e90faac2675aa89e2176d2eec7d8L33
+ [2014-08-23T14:19:03Z] stiang is the select menu that is used on github.com available as an open source plugin/component?