Justin Bennett
Justin Bennett
Going back and reading through this again, I'm actually pretty excited! The multiple tags prefixed w/ the package name sound really good. Also, I really like the `packages` field.
There's a few test failures I missed there that I'll follow up on tomorrow.
Hmmm, this is an interesting one. I don't think it's a windows issue. `ESRCH` is a documented error code from POSIX `kill` when it's passed a PID that doesn't exist....
Hopefully when #184 is done it'll make this a little easier.
Yep, here's another example:  Here's a _really_ good blog post that discusses emoji length issues and how to address them. It won't be perfect, but a step in the...
So this is handled at the router level, right? We could have a `queryParam` model that uses getters from the other models to build itself up and pass that as...
I'd definitely be interested in collaborating. @egoist really has the final say as to what this would mean for vue-play, but it makes complete sense to me. I feel there...
I think writing your own loader would be a huge pain. Maybe if this got approved you could do some custom things: https://github.com/vuejs/vue-loader/pull/308. As is I'm not sure if the...
We've been specifically dealing with the fallout of hydration failures when SSR markup doesn't match initial client renders. React's docs specifically calls it out as an error when the markup...
Hey folks! I forgot to follow up with this, but we recently published a blogpost on our experiences with responsiveness/react and some of the challenges we ran into (especially around...