Hillsie

Results 4 comments of Hillsie

Thanks Dudi, I've been working through his stuff. ...art of node. I didn't know one could get a page quite as good as the examples On Thursday, 5 May 2016,...

For instance: ``` var fs = require('fs'); function countNewLines(){ fs.readFile(process.argv[2], 'utf8', function doneReading(err, fileContents) { /* My error handling is basic. What would be a good way to catch if...

The errors you're getting is probably a result of 8080 aka used for http. Try run it with https on 3001 et al. Additionally, `Service Workers` requires https https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers

For what it's worth, think this is a permissions issue in the terminal. Created a docker group and assigned the docker.sock to the group. Added the docker command to the...