Blaine Bublitz

Results 154 issues of Blaine Bublitz

Moved from https://github.com/gulpjs/gulpjs.github.io/issues/17

help wanted

I didn't do any error handling.

help wanted

The way we have styling defined to have all the other tables looking good (on desktop and mobile) is causing the Instance Property table in Vinyl documentation to look really...

enhancement
help wanted

Currently, the images used for the "benefits" section are PNGs generated by Carbon. Once https://github.com/carbon-app/carbon/issues/210 is completed, we can probably make these copyable examples. I think that would give an...

I don't want to publish this to another service, but maybe we could leverage netlify's deploy preview feature to see any changes in PRs without having to pull it down.

It seems that the deasync module causes pretty frequent failures in our CI. I'll try to ask @wooorm about it.

Everything below vinyl-fs expects globs to use `/` instead of `\\` (since `\\` is for escaping). However, I believe both the latest major versions of `vinyl-fs` and `glob-watcher` accept `\\`...

Node 10 on Windows throws a EPERM when we `fs.stat` on a symlink to a directory. We work around this by recursively readlink on symlinks found by source, but we...

Looking at https://coveralls.io/github/gulpjs/vinyl-fs, it seems like there might be some low-hanging fruit to improve coverage.

We can probably duplicate the implementation of "custom inspect" like fancy-log does at https://github.com/gulpjs/fancy-log/blob/master/index.js#L13-L44 to avoid using the ansi-colors dependency.