Marak

Results 332 comments of Marak

Would also probably make sense to use Vinyl to represent internal folder / file representations in the `View` class itself. Don't want to add bloat to the project...will probably need...

You should be able to transfer. If not, just add me as an admin to the project and I'll do the transfer.

The entry-point for update is `/view/admin.js`, new hooks is `/view/new.js` I've been updating `admin.js` file recently and will check out the problem with boolean type updates / missing properties.

Would be good to add tests for hook updating here: https://github.com/bigcompany/hook.io-test/tree/master/tests/client

Do we have a status update on this issue @phated? How close to complete is this? I'm running into some issues where we are trying to pass around a Vinyl...

I'm a bit confused by this issue. If we remove streaming contents completely, wouldn't that break much of the vinyl / gulp ecosystem? Also, if we remove streaming, wouldn't that...

I agree that correctly implementing streaming modules for gulp eco-system is not super easy. A lot of the plugins I've seen don't bother to stream at all. I'm still doing...