Results 91 comments of Andy Ray

Yeah, bailing probably isn't ideal. There are modules designed to work in the browser, such as jquery, which you can require without error in node land. The issue is that...

This did indeed break our unit test suite, as a temporary workaround we're doing something like: ``` NODE_ENV=testing testcommand ... ``` And in your source: ``` var ZeroClipboard = process.env.NODE_ENV...

https://facebook.github.io/react/docs/test-utils.html ?

The best friends club: - https://github.com/ccampbell/mousetrap/issues/283 - https://github.com/zeroclipboard/zeroclipboard/issues/568 - https://github.com/thlorenz/brace/issues/30 - https://github.com/strophe/strophejs/issues/201

oh thank god. that explains why phantom never dies for me.

It looks like you want to add a Railties setup, http://mdzhang.com/blog/code/2016/09/10/create-ruby-gem-that-adds-rake-tasks/

@mshanemc `force:org:beta:create` does not appear to improve this issue, so I think this should be reopened. `sfdx` should be responsible for making deterministic commands. I'm trying to auth with a...

I can reproduce this with babel-eslint 8.2.1. Not sure if babel-eslint related. This error appears to be intermittent. I'm using `babel-eslint` 8.6.2 ``` Module build failed: TypeError: MyFile.jx: Cannot read...

I too experience this, and also weird delays in other parts of moving around vim. I want to see if it's related to https://github.com/marijnh/tern_for_vim/issues/27, because when a bunch of node...

It's set to 'on_hold' for me