Robert Byrne

Results 3 issues of Robert Byrne

* Update the vue.jsx preset to use https://github.com/vuejs/jsx * Remove the merge-props helper (I think it's included in the above) * Update babel to a compatible version (beta 41) This...

This is the vue-jsx boilerplate with an additional input element added. https://codepan.net/gist/cc78568ac0a9335de179dc6b6e7188dd The following babel error shows up in the console: ``` Error: This API has been removed. If you're...

We have a node process that generates a lot of data[^1] and we need to insert it into postgres. Doing an insert per item was terrible (no suprise there), creating...