Damir Đikić
Damir Đikić
Is there any way to run it on ESP-wroom-32 ? it has an issue with user_interface.h `libraries/easyMesh-master/src/easyMesh.h:9:28: fatal error: user_interface.h: No such file or directory compilation terminated. Error compiling.`
installation fails on laravel 5.8.16 **To Reproduce** Steps to reproduce the behavior: 1. install fresh laravel 2. run "composer require grafite/cms" **Expected behavior** to install **Desktop (please complete the following...
it adds multiple times responsive=true in the url witch mess up imagecow detection and only the first media query work > &transform=resizeCrop,360,200;max-width=400:resizeCrop,345,192&responsive=true;max-width=700:resizeCrop,637,200&responsive=true it should be > &transform=resizeCrop,360,200;max-width=400:resizeCrop,345,192;max-width=700:resizeCrop,637,200&responsive=true