raijinsetsu

Results 11 comments of raijinsetsu

This thread is now almost 4 years old, but seems like it should be raised again. We are very much interested in a "--sandbox" option. Our use case is that...

It seems weird to switch NodeJS's default value for windowHide. Is there a discussion on why this was done? In regards to fixing this in dependent packages... Lerna, for example,...

It's been a while, but the way I remember the Windows API to function is that use use CREATE_NO_WINDOWS when launching a console application from a non-console application to prevent...

My suggested change would not actually change the default. It would allow the tools (ex. Lerna) to change to the default for their application. This would not affect any existing...

As a work around: ``` FROM scratch ARG PATH2FILE=/path/2/files WORKDIR $PATH2FILE COPY Dock* ./ ```

I was just looking for this feature. Any idea on when this change will be accepted and published?

`lerna bootstrap` is just calling `npm install` under the hood after removing local packages from the package.json. So, expect your package-lock.json file to change per npm's algorithm. Use `lerna bootstrap...

I created my own output formatter, which is actually what is detecting errors. It's based on the default one - it just does not count the errors I want it...

Attached is what I came up with. It's not extensible, but it gets the point across. When I have time, I plan on going back and making it extensible. Here...

The problem is when you combine the jshintrc file with additional options. The options do not take effect - only what is in the rc file. On Mon, Nov 23,...