Kyle Robinson Young

Results 300 comments of Kyle Robinson Young

Just an update that I've been experimenting with ideas but nothing really to show for yet. But wanted to mention using a feature like this for handling `` updates. Currently...

What does the compiled JSX code look like?

So their spec expects `createElement(tag, attrs, ...children)`? I'm +1 on support their spec but low priority on my list.

Support both if possible, not switch to theirs.

Yep. That looks like a good test to model after.

Hmm could you try `npm cache clean` and `npm i nw` again? Also which version of `npm -v`? Thanks!

I believe there are a few chromedriver packages already on npm: https://www.npmjs.com/search?q=chromedriver If one of those doesn't meet your needs it should still be a separate package as this is...

You can get the path to where nw has been installed with `var nwpath = require('nw').findpath()`. I understand it would make it easier if they were bundled together. I just...

Reopening to at least explore it.