Christopher Svanefalk

Results 111 comments of Christopher Svanefalk

@nfischer sure, it's this specific project: https://github.com/Unitech/pm2 With shelljs I invoke it like this: ``` shell.exec('pm2 kill') ``` The above hangs, however running this directly in the terminal does not:...

phantomjs is dead and has been for years. Use Chrome headless.

@krystofwoldrich sorry if I am misunderstanding the purpose of `--allow-failures` in that case, I thought it was specifically to _not_ break the build as a whole if dsym upload fails....

The plugin is deprecated, see the README for a modern approach to doing what it set out to do.

The plugin is deprecated, see the README for a modern approach to doing what it set out to do.

Hi Joe, I have put a brief project together which shows the issue. Please let me know if I can help with anything else related to this. https://github.com/csvan/actor-view-test

The following is very interesting. Though they are structurally identical, notice how different the generated code for the outer and inner Comet snippets are. It appears that no Comet binding...

Reproducible using Yarn 0.24.5 on Windows 7. This is a complete dealbreaker which stops us from using Yarn at all. Anyone have an idea what to do?