Results 8 comments of Raivis

Test images that turn completely black (created with photopea.com) ![New Project (7)](https://user-images.githubusercontent.com/7765070/76518934-b092ab80-6468-11ea-8a3d-e96efb6506a3.png) (found on net) ![1200px-Converse_logo svg](https://user-images.githubusercontent.com/7765070/76518936-b092ab80-6468-11ea-8c37-80426cb07d9d.png)

If I convert the Color Type of that converse image to Grayscale then waifu2x works okay. Original image Coor Type is RGB and that gets turned into pure black

@phoenixg did you manage to resolve it?

I tried this yii2support build: https://github.com/nvlad/yii2support/pull/270#issuecomment-982874073 (drag & drop the .zip file into IDE to apply the update) It fixed my problem. PhpStorm 2021.3.3

Laravel 5.4 already has phpredis supported by default. https://laravel.com/docs/5.4/redis#phpredis

Also there is another laravel-phpredis that handles this, but it doesn't have sharding it seems? https://github.com/tillkruss/laravel-phpredis I'm confused which one should I be using

P.S. In case someone wants to use JOINs in their SQL query then the previous example might give unexpected issues (at least for me with PostgreSQL) because DB is confused...

Decided to just compile the templates instead of injecting them into html. First I tried to use laravel-elixir-handlebars from npm, but that one adds require() in compiled templates.js file, which...