Blaine Bublitz

Results 425 comments of Blaine Bublitz

@ngdangtu-vn sorry for the late reply! I think that logo works great for the gulp community 😄 Would you want to submit the assets as a PR to this repo...

I think it will be good to submit: * README.md * gulp.svg * logo.png * source.inkscape.svg And please include a reference the original repository so others can explore your sketches...

@demurgos I'm open to typings but not sure how I feel about rewriting the code in typescript. If we were going to rewrite in a language, it'd probably be ReasonML...

@Marak Approximately 0% - Vinyl's stat object is still just constructed by `fs.Stat`. I created a repository at https://github.com/gulpjs/better-stats but no one was interested in helping out so this will...

Quoting "steps" as outlined in https://github.com/gulp-community/gulp-less/pull/303#issuecomment-422440248 > Basically the way I see it working is: > * better-stats would be created to do exactly that - a better stats object,...

Unfortunately, no one has begun work on this yet. @VividVisions would you want to help out?

@Marak this change would be a breaking change to the current Vinyl spec where the `contents` property can be a Buffer, Stream or null. However, it likely wouldn't break much...

@Marak I'd love for `better-stats` to be properly serializable - node's `fs.Stat` leaves **so** much to be desired.

Also need to review https://www.npmjs.com/package/smart-buffer

Huge shout-out to @nicolo-ribaudo for fixing this in upstream node! I'm going to close this out.