Deckluhm

Results 20 comments of Deckluhm

Same issue for me with VS Code and ESLint. Installing individual packages explicitly fixed the issue but it's obviously not a very clean solution (thank you for the tip @tmtron).

> Also, I believe it's recommended, if not required, for the package.json name field to be in all lowercase. https://docs.npmjs.com/getting-started/using-a-package.json#requirements

Same issue for me. I have been using Wappalyzer for years on Firefox without slowness but for the past months (not sure exactly when it started happening), it makes a...

> On a portable version of Firefox with no other changes made besides installing the extension, Youtube doesn't seem to slow down. However, when you also install uBlock Origin with...

> Could you try disabling uBlock Origin and see if the issue is resolved on the websites that slow down for you? I have been testing disabling uBlock and enabling...

Exact same issue here. Bug occurred on both 3.0.0-3 and 3.0.0-4.

As explained [here](http://foundation.zurb.com/sites/docs/sass.html#autoprefixer-required), vendor prefixes aren't included in sources. Use the [`autoprefixer-rails` gem](https://github.com/ai/autoprefixer-rails) if you want automatic prefixes.

Can you put your app on GitHub and share the link here please?

I don't have any issue with the app your provided. You may have forgotten to restart your Rails server after installing the gem?

You have CSS versions of Foundation in your `app/assets/stylesheets` directory and I think [this line](https://github.com/AmberWilkie/snack-app/blob/navbar/app/assets/stylesheets/foundation_and_overrides.scss#L4) which is supposed to `@import` the SCSS version of Foundation (contained in the gem) is...