wallzero

Results 32 comments of wallzero

I spent hours trying to figure out why my CSS wasn't minified until I stumbled upon this. I'll have to use `PostCSS` and `cssnano` until this is fixed. ***EDIT*** `postcss`...

`npm install --legacy-peer-deps` works as an alternative to `--force`

I just gave this a try and the hash in the JSX still failed to match the hash in the generated CSS. I tried with latest `generic-names` and `css-loader`. Mind...

I am not using `yarn` but instead I tried `npm-force-resolutions` and confirmed `generic-names@^3` with `npm list generic-names`. Even forcing the latest version on all packages and ensuring the same `generateScopedName`...

@hinok Thanks! I hadn't mentioned I had used the context parameter and I still couldn't get it to work. Although maybe it will help someone else. Like I said, I...

+1 for this feature. After trying to use only FOSS apps, this was an important feature I was used to with DoggCatcher. I don't care if I miss episodes; just...

I have the same issue. Pressing F11 should also toggle Firefox full screen and it doesn't work. I also tried a Firefox plugin to auto full screen ([`Auto Fullscreen`](https://addons.mozilla.org/en-US/firefox/addon/autofullscreen/)) and...

If I may add to this; it would be nice to disable dragging in certain directions as well. Perhaps something like: ```js disableDragging={'left'|'right'|true|false} ``` ...where `true` would be both and...

This use case has come up again. For now I have am using a local state to keep track of the index. For example if the user slides from index...

I have the same issue on Linux since VSCode version 1.56. Terminals are created but not focused/active. I created keyboard shortcuts to navigate between terminals which still work but I...