Henry Bley-Vroman

Results 78 issues of Henry Bley-Vroman

I'd love to have a hook that fires after the successful creation of a pull request. My use case: setting a per-branch config variable `prbranch=

feature
pull-request

Address remaining Gulp 3-related `npm i` / `npm audit` issues by upgrading to Gulp 4

dependency issue
chore

Create a Blendid project with task-config html true. Start Blendid. Add a new html file. The new file is not copied to the destination directory, and a browser reload is...

bug

#477 and a couple different #478 bugs stem from the expectation that setting `prebuild: []` or `postbuild: []` is a way of saying "prebuild: nothing" and "postbuild: nothing". In fact,...

enhancement
documentation

Starting from a fresh Blendid install, I enabled Sass globbing à la https://github.com/vigetlabs/blendid/blob/32bec577e862d92215b69c7ea88f27aff93a6cc5/extras/http2/config/task-config.js. Then with the file structure ``` . └── src    └── stylesheets       ├── app.scss       └── base          └── test.scss...

Example: if a user makes the typo `yarn run blendid --build` (instead of `yarn run blendid -- build`), `yarn run blendid` is run. This can be problematic for someone waiting...

enhancement

Haven't looked into whether this is feasible, but from a user's point of view it would be helpful to have the initial logging of `yarn run blendid` read ``` yarn...

question

`yarn add blendid` gives the warning ``` warning blendid > [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! ```

address in 5.0
dependency issue

~It's possible this is not related to lazysizes.~ _Update: This was happening specifically with Safari on iPhone X, multiple models. Rolling back lazysizes seems to have fixed the problem_ The...

It'd be great to maintain a blacklist. Not sure where you would want this. Text file of recommendations? Default preferences? FTR, [GIF Brewery](http://gifbrewery.com/) is not compatible. Sounds like @jeremybundgaard has...

enhancement
help wanted