Shannon Moeller

Results 30 comments of Shannon Moeller

Will be fixed by https://github.com/choojs/nanomorph/pull/96 and https://github.com/choojs/nanomorph/pull/97 if merged.

Another attempt at championing this idea: https://github.com/nodejs/tooling/issues/79

Hey! Thanks for the PR. These wallpapers are a super nice treatment of the logo. Instead of pulling them into this repo, how would you feel about adding an "In...

Well that's a problem. I don't have time at the moment to dig into it, but I was able to reproduce your issue. My hunch is that the issue is...

I think I'll need to rewrite handlebars-wax to remove the use of require hooks. Especially with unflagged `import` support coming in Node 12.7.

Sorry for the delay in responding here. I haven't had much time for my open source projects lately. This issue is super weird because `bustCache: true` is supposed to fix...

Sorry for the delay in responding. How many is "lots?" :) This is the first issue I've had reporting performance issues. Way under the hood I'm using `require-glob` which is...

You can use a cache of the helpers and partials like this: ```js const gulp = require('gulp'); const hb = require('gulp-hb'); const rename = require('gulp-rename'); const hbStream = hb({ bustCache:...

It's possible. I've never tried.

You might need to do: ```js hbStream.partials('partials/partial1.hbs', { bustCache: true }); ```