Tom Zajac

Results 47 comments of Tom Zajac

> > It would be great to see this package deprecated and link to the above _shared config_ Actually it wouldn't since [prettier team recommends installing prettier-stylelint](https://github.com/prettier/prettier-vscode/issues/1051#issuecomment-553502775). Although I can't...

I can confirm this bug :( I'd say the problem is that although posts can be set in all available languages, the smartblog module configuration can be set only in...

Looks to me that npm 7 doesn't allow longer awaiting for packages to finish downloading. On npm 6 it works just fine. Would be better to just throw a warning...

Couldn't agree more about new blockwishlist. Total overkill and doesn't work well with other themes than classic, mostly because of weird modal setup.

Why is phpunit not happy?

Try to be more specific 😉 How did you install it? Is it enabled? What do you think it should do, but it doesn't?

The same for me. It looked like it got stuck on `Successfully installed Python 2.7`. After about 20 minutes of waiting it finally finished with ---------- Visual Studio Build Tools...

Just like @wizardlink mentioned, the name of this font is `FiraCode NF` and `FiraCode NF Retina` so to use it in VSCode your font setting should be like this: >...

@Wondarar you need to start your server in the public so either: `php -S localhost:8000 -t public/` from the root of your project or directly from _public_ folder: ``` cd...

Your config is invalid. `` block should be inside ``. Here's an example: ``` # first VH is default for apache - do not change it ServerName mysite.test DocumentRoot "/path/to/mysite/public"...