contra

Results 180 comments of contra

@shama gulp is 0.9+ due to 0.8 streams being bad. The actual glob-watcher code is 0.4+ (or whatever the highest dependency version is so probably higher)

Is there any workaround for this?

I'm seeing the same issue with the latest clappr-rtmp-plugin and clappr. Firefox 56.

Temporary workaround is to install from github `yarn add video-dev/clappr-rtmp-plugin`

Yep this is still an issue ^ FWIW I have a workaround that seems to be working as expected: ```js new Promise((resolve, reject) => { const upload = request.post(url) const...

Just wanted to chime in that I'm also seeing this randomly - if I can come up with a reproducible case I will post back. FWIW it is happening especially...

@niftylettuce Yep thanks for tracking that down - I will try to debug further and hopefully submit a PR. In the meantime can you open this ticket and assign it...

Looking at the actual changelog the only reason it went from v7 to v8 is because node 6 support was dropped: https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md#pg800 It should be really quick to just add...

I think `vm.runInThisContext` with the ability to easily inject things into the scope of the solution is important. I have a couple of cases where there are 30-40 lines of...

I've also been working on this library called puzzle-box for running solution files and tracking calls within a contextify vm. This would be helpful if we switched (or allowed the...