Hugh Guiney
Hugh Guiney
Same here on Mountain Lion. Installs fine but as soon as I do `sudo npm run-script -g autosave autostart` I get: ``` npm ERR! Error: ENOENT, open '/usr/local/lib/node_modules/autosave/package.json' npm ERR!...
I triple-checked and it's the correct path, as well as being absolute. I actually copied the exact location from the file properties dialog box, pasted it into the .sublime-project, and...
@robmadole `FontAwesomeIcon` brings in a style rule of ```css .svg-inline--fa.fa-w-16 { width: 1em; } ``` …which is more specific than any custom class you might apply through e.g. ``. To...
@piersdeseilligny Thanks. My suggestion for the full fix would be to implement something similar to CSS’s `font-family`, where fallback fonts can be specified in a comma-separated list in the `Font:`...
@soyuka I would actually like flex-video in foundation-apps. I am surprised and annoyed that the two don't share UI components 100%. I feel the components from sites should at least...
@gakimball Thanks for your reply. What would be the recommended way of importing F6S components into F6A using Sass currently, and preserving my ability to upgrade? Do I just install...
@metal-gogo No, I had to use an alternative mixin, [sass-burger](https://github.com/jorenvanhee/sass-burger).
> In the meantime there's also loaders, like [`esm`](https://npmjs.com/esm), that can enable a consistent ESM experience in the main and renderer processes [without much](https://github.com/standard-things/electron-quick-start/commit/4c7db9ce472a6c102890e23241e57feab6152568) fuss. @jdalton Thank you very much...
Unfortunately that is considered scraping and is most likely against Google’s terms of service. On Tue, Nov 8, 2016 at 11:43 AM Loïc Serafin [email protected] wrote: > I guess you...
Temporary workaround: using a VM with Ubuntu that shares the same directory with the Mac host, installing iconizr, and running grunt from within the VM. (In my case I am...