Alexander Mills

Results 264 comments of Alexander Mills

in newer versions of JS there are block scopes, see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/block maybe try that. A block scope, is very similar to an anonymous IIFE ```js (function(){ // similar to below...

this seems legit... see => https://github.com/gotwarlost/istanbul-middleware/issues/47

any word on this bird?

one thing I am confused about with RequireJS should it be ``` javascript shim: { sightglass : { exports: 'Sightglass' }, rivets : { deps : ['sightglass'], exports : 'Rivets'...

Yeah I tried that too, I still get permissions errors with this: ```docker RUN mkdir -p /home/node/app WORKDIR /home/node/app ```

Just do this and call it a day lol ``` RUN sudo chmod -R 777 /home/node/app ``` F it lol...just run that before and after `npm install` and you should...

Ok so I did this: ``` serve --help ``` and there is no ability to set custom headers?

libraries should be able to support both without needing downgrade versions - if it can't then that's node.js is fault

I am working on a new project that will accomplish what this one does - I might borrow some of your code if that's alright, but mostly I will recode...

Trent has died on the Oregon trail bless his heart