Michael Keller

Results 125 comments of Michael Keller

Using tidyr's [pivoting examples](https://tidyr.tidyverse.org/articles/pivot.html) I started putting together some ideas here: https://github.com/mhkeller/pivoting. I think the most readable is [2b](https://github.com/mhkeller/pivoting/blob/master/2b_numeric-data-in-column-name.js) but that's an older style.

Very neat destructuring in the vanilla js example. The question I have that came up working through number two was 'What's the best API to handle transform arguments?' What I...

This seems like a pretty big issue.

It seems you have to do some submodule initializing per this comment: https://mbientlab.com/community/discussion/comment/723/#Comment_723 But after running `git submodule update --init` inside of `External/ObjectiveKVDB` and then `External/ObjectiveKVDB/kvdb` I build and get...

This seems to be working after I patched it for the ping event https://github.com/coreh/hookshot/pull/10