Blaine Bublitz

Results 425 comments of Blaine Bublitz

Good idea. I want to test this against a logging stream to make sure the custom display is used over toJSON

@contra we can't actually do this due to streaming contents. It's the main reason I opened #133, which will be revisited in the next major (after gulp 4).

I don't see a good way to resolve this. In 4.0.0, we'll support Vinyl objects that already have the symlink file set, so you can calculate it within your stream...

Thanks for the request. We'll be looking to the community to help implement this; otherwise it won't land in gulp 5 because we have a ton other work to do.

When passing a function into a `series` or `parallel` call, it avoids the task system. This is something I've been thinking about a lot and don't have a solution for...

Thanks for letting us know! We maintain backwards compatibility so you'd need to add a new entry _before_ the deprecated version and you'd need to adjust all of the test...

> Perhaps you can use the beta node loader instead? 🤷‍♂️ Unfortunately that isn't possible because node loaders are so poorly supported by node core team. I think they are...

This is a pretty good idea. I'll slate it to discuss with the team to see if we can reconcile the idea with the future plans for Vinyl.

That sucks. This is a complex feature to add and is on our roadmap for rechoir, but we probably won't have time to work on it for awhile. I'll move...

I just spent hours digging into this, and my general sense is that esm loaders in nodejs are an absolute shitshow right now. They've recently changed their loader API, so...