Brian Grinstead

Results 91 comments of Brian Grinstead

Thanks! Can you update the PR to encode the optional modes inside of the `diagonal` option as we discussed at https://github.com/bgrins/javascript-astar/issues/39#issuecomment-85050389. Also, could you add some basic test cases in...

Hi, I'm not sure I follow exactly. Are you saying the CSS that it's spitting out isn't working? Could you link to a demo page using the CSS / image...

OK so you would need a way to hook into the arguments passed into readAsText [0](https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsText). Do you want to switch the encoding per-file or globally? This option could be...

Seems good, with the caveat that the default for `encoding` should be `undefined` (so that we keep spec behavior for people who don't specify an option). I'm not going to...

> I'd like to contribute. However I'm confused how github works. I don't know how to contribute. You can [fork the repository](https://help.github.com/articles/fork-a-repo/) and then make the changes locally and create...

These might be useful links too: http://blog.tabini.ca/2010/09/optimized-image-display-using-a-bin-packing-algorithm-part-one/ http://blog.tabini.ca/2010/09/optimizing-image-display-using-a-bin-packing-algorithm-part-deux/ https://github.com/mtabini/Boxer/tree/raw-fit

http://www.codeproject.com/KB/web-image/rectanglepacker.aspx This actually looks a little more like the type of tool needed (since we don't know the desired output width/height, just want to minimize it)

I'm not sure - in theory it should be binding touch events here: https://github.com/bgrins/nativesortable/blob/master/nativesortable.js#L282

Sweet! A couple things: - I noticed that it doesn't remove the class="sortable-dragging sortable-child" on the new list (just running through the demo) - Mind modifying the demo to show...

The code, or the screenshot? I think the code is in sync unless if I'm missing something