Adam Goldman

Results 47 comments of Adam Goldman

@rajzik > Change http-get://localhost:3000 to https-get://localhost:3000 this should resolve your issue. If not try following script: > START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start http-get://localhost:3000 cy:open. I can confirm this works for me: ```...

@rodoabad you can try to isolate what is causing the error. Try each command separately: ``` "scripts": { "test": "node src/test", "start:api": "node src/api", "start:server": "node src/server", "start:server-and-api": "start-test start:api...

How about donations directed at specific documentation / features added? I'm in touch with some electron based projects that might donate/pay to get features or targeted help/docs. Regardless, this project...

I haven't done it before, tho I'm pretty sure we can make a small bash script that will download the repo at a certain branch/commit and initialise a new repo...

I was about to suggest E2E with [nightwatch](http://nightwatchjs.org/) :) Have any of you tried it @miherlosev @verekia ?

@rbrtsmith u volunteer for a PR? :)

@verekia IMO E2E is an integral part in a complete stack. I'm mentoring coders and TBH I send EVERYONE to your tutorial now, it's the best one I've seen in...

@sturad read about peerDependencies, that is not an error :)

Surge is only for static content. Server you gonna have to deploy to heroku or some other platform. Tho deploying to heroku is pretty straightforward

@inovua-admin will using group summary reducer affect the sorting by group level? and if not, is there an estimation when sorting by group level would be implemented?