Tom Zajac

Results 47 comments of Tom Zajac

I also find most of the instruction rather problematic for beginners. I ended up with conf.d files instead of directories. Instructions say what to do step by step but not...

@blinkeye thanks, fixed

Laravel is on a highway in terms of development. I've only started to use L6 and it's L8 already. Maybe it would be best to add version numbers relevant to...

This extension doesn't cause that. You probably have enabled formatting on save and your config needs adjusting. Make sure you use only 1 formatter.

> > > Since [`13.2.0`](https://stylelint.io/changelog#1320) stylelint no longer attempts to autofix sources which contain `/* stylelint-disable */` comments, making the autofix feature safer to use. > > However, the underlying...

Just another example. I get this even though I already have `sudo` within `psutils` package: ```powershell Missing runtime dependencies: 'FiraCode-NF' requires 'sudo' ```

Here's the log from stylelint in vscode. Maybe this will help fix it: >(node:17428) UnhandledPromiseRejectionWarning: Error: Expected a pseudo-class or pseudo-element. at Root._error (c:\wamp64\www\chaosdesign\themes\chaosdesign\_dev\node_modules\postcss-selector-parser\dist\parser.js:174:16) at Root.error (c:\wamp64\www\chaosdesign\themes\chaosdesign\_dev\node_modules\postcss-selector-parser\dist\selectors\root.js:43:19) at Parser.error (c:\wamp64\www\chaosdesign\themes\chaosdesign\_dev\node_modules\postcss-selector-parser\dist\parser.js:740:21)...

It can be done quite easily with [bootstrap modal feature](https://codepen.io/bootpen/pen/jbbaRa). Simply add some css to make it appear on the side and of course js to load cart content into...

@PrestaShark please close this issue. Slider visibility on mobile is just a matter of module configuration. It has been like this by default even in prestashop 1.6 homeslider module. Not...

@orionrush did you find any solution for that? another package maybe? E: [This one](https://stackoverflow.com/a/54757106/6389945) seems to be working just fine :)