Gar
Gar
I feel really bad about this. You've worked really hard on this PR and I know it's probably frustrating that *this* is the part we're getting blocked on. The PR...
In the interest of getting this out today (release day!) I went ahead and fixed the spawk install in another branch, leaving your work in its own commit: https://github.com/npm/cli/pull/5645
How are we to review changes in usage output now? It was very handy having them in source control to see for PRs. I suppose they still exist in the...
CI won't pass here till `npm-package-arg` is published and updated.
Unfortunately this is not going to be something we can remove from pacote. One of the things npm does when it installs is runs scripts, and if there are no...
Yep https://github.com/npm/cli/pull/5064 https://github.com/npm/cli/issues/5729 If I run `npm env echo Hello \$PATH` what runs is `"env echo Hello '$PATH'"`
I believe once this PR is merged it will solve this issue https://github.com/AmpersandJS/ampersand-view/pull/181
Can you monitor the 'rendered' property on the view? I believe it is intended for just such behavior.
The quickest way is once the view is instantiated, and before you render to do something like `this.listenTo(view, 'change:rendered', someFunction);`
Yes you're right because you're doing this from a collection the solution isn't going to be that simple. The solution to this is going to be as @scottcorgan suggested, having...