Blaine Bublitz

Results 426 comments of Blaine Bublitz

@BurtHarris if those tests are running on Windows, why do they pass on Appveyor?

Copying my comment from #128 PR: I actually believe this problem __can__ and __should__ be solved by my idea of an Enhanced Stat Object (#105). Usage would look something like:...

@BurtHarris I think there's a disconnect here. `tests/src-symlinks.js` tests only read from symlinks. The thing that would actually causing problems would be the `beforeEach` block that uses node's `fs.symlinkSync` method....

Mocha supports node 0.10. If you plan to update it here, please go through our ~30 other modules and update them too. Much appreciated ❤️

Yes, I've considered it but monorepos are an anti-pattern that has caught on because 1 person/company decided to build some tooling around them. Multi-repo projects just need a champion to...

yarn and lerna are (basically) both facebook's... Pointing to yarn doesn't strengthen any case for proper node devs (maybe it works with frontend devs?)

In the docs, we currently tell people to treat `history` and it's properties as read-only. I think we could enforce this with proxies.

@fasttime We already made attempts to improve this in https://github.com/gulpjs/plugin-error/commit/932946a72ed8911aaa362ce09ef9d14931a97542 - if we missed a property, I'm happy to add it to the list of exclusions and release as a...

I took a look at this. Thinking maybe we should do something differently than `expectStream` since we have to call `done` now instead of using `t.plan` to plan the number...

Yeah, I think that writing a vinyl object to the wrap stream makes more sense than using gulp. Many plugins switched to that pattern.