Jacob

Results 158 comments of Jacob

Repro: 1. Fetch `https://registry.npmjs.org/typeface-league-spartan/-/typeface-league-spartan-0.0.44.tgz` 2. Observe presence of `files/` folder in archive: ``` $ tar ztf typeface-league-spartan-0.0.44.tgz package/package.json package/.npmignore package/README.md package/SIL Open Font License.txt package/files/.npmignore package/files/league-spartan-700.eot package/files/league-spartan-700.svg package/files/league-spartan-700.ttf package/files/league-spartan-700.woff package/files/league-spartan-700.woff2...

Also, same thing for `typeface-cooper-hewitt` -- does it have something to do with these fonts not being part of Google Fonts?

Yes, but I was trying to use `{{#liquid-if}}` to wrap `{{#md-modal}}`, which can't work since the actual content is in a container higher in the DOM. I haven't found a...

I assume you mean something like this (keeping the CSS class name): ```hbs {{#if icon}} {{bw-compat-icon icon}} {{/if}} {{title}} {{yield}} ``` [MaterializeCSS suggests <span>](https://materializecss.com/collapsible.html) but that has the same problem...

Same root cause as https://github.com/EvanOxfeld/node-unzip/issues/115

In case it's helpful for someone else able to make a PR, here's a start: https://github.com/jacobq/ember-paper/tree/fix-1202 Test suite is not passing, but it didn't pass when I tried to build...

> @mike-north why not accept PR ? I suspect that he has not had time or interest to continue maintaining this project (I know that that happens to me quite...

Will use `.destroy()` method for this http://next.materializecss.com/parallax.html#methods

Also note that this [`material_select` will be `select`](https://github.com/Dogfalo/materialize/blob/v1-dev/v1-upgrade-guide.md#select) in Materialize v1.0.0.

The upcoming v1.0.0 release of Materialize provides a `.destroy()` method for tearing components like this down. (Also, the `closeOnClick` option will go away, I believe.) http://next.materializecss.com/sidenav.html#options