David First
David First
I just tried no errors. There is another bug which let you running the command above with the invalid `@` character. I'll take care of this.
Fixed in a CR https://bit.cloud/teambit/defender/~change-requests/fix-eol-win
I'm good either way. It'd be nice to add an option to show only the remote version. Agree that it's too verbose. On my local it's not that slow, it...
@GiladShoham , yes, we can do it. It'll probably require some work as it'll need to be implemented for HTTP.
@septatrix, > but your implementation does not limit the concurrency Why do you think so?
> > > but your implementation does not limit the concurrency > > > > > > Why do you think so? > > My answer was in response to...
Just be careful if you use this plugin to keep an eye on circular dependencies. Because it automatically converts all import statements to dynamically require, it'll keep the code running...
OK, so I guess it's all good now. I checked the link and it has the same text as the "Corrected Text" above.
I was able to reproduce the issue. Just a note, for some reason I got an error during the build, so in step # 9, remove the first line, you...
This issue seems to be related to the `child-process-promise` package this env is using. See this issue (wasn't fixed since 2016): https://github.com/patrick-steele-idem/child-process-promise/issues/26. It'd be best to switch to `execa` instead.