Tom MacWright

Results 366 comments of Tom MacWright

@chrisbanes ping - mind reviewing this & the other PRs in this project?

Totally! This is super interesting, lots of these I hadn't seen before…

This would be upstream in [big](https://github.com/tmcw/big) - biggie is just a friendly interface. Seems doable, it'd be something like ``` js document.onclick = function(e) { !e.shiftKey && e.which === 1...

I contributed a PR to this project in 2016. I'm not the maintainer of this project and don't have push rights. Can you be a little more careful in who...

Thanks! I think that desired behavior would be catching exceptions around localStorage access, and treating this crash the same way you'd treat the key as not existing in localStorage. It's...

There currently isn't. I suppose one API that we could expose for this purpose would be something like `maxIndex` ```js array = [{id:'1', value: 1}, {id:'2', value: 2}] index =...

It's certainly possible: can you point to some implementations of this in other systems that are good examples?

Hm, where specifically is their implementation? I'm seeing [this in the apparatus project](https://github.com/NaturalNode/apparatus/blob/master/lib/apparatus/classifier/logistic_regression_classifier.js) that they use, but it's [logistic](http://en.wikipedia.org/wiki/Logistic_regression)

seeing https://github.com/dambalah/shaman too

@Yomguithereal @jwilber I've rebased and cleaned up this branch - sorry, wasn't very familiar with standard error the concept, the delay on this one is 😢. The current state of...