Paxxil

Results 6 comments of Paxxil
trafficstars

My solution for non pushState browsers was to put if ($http_user_agent ~ "MSIE [0-9]\.|Firefox/[0-3]\.|Chrome/[0-9]\.|Version/[0-4]\.(.*?)Safari|Opera(.*?)Version/([0-9]|10)\.") { rewrite ^/(.*)$ /#/$1 redirect; } in nginx configuration file. If you want crawlable version add...

Problem is that mysql uses 'field IS NULL' and not 'field = NULL' in WHERE clauses. It is bug in this script because it uses 'field = NULL' for all...

Same issue here. I have two Eufycam 2. They worked ok on all pre 8.0.0 versions but now it just fails to this error. I've tried with 8.0.1 and it...

I have same issue with Eve Thermo TRV. When turning it off temperature is null and card disappears.

Thank you for quick fix! Now the cards stay visible. WHen TRV is OFF it shows "?" instead of temperature number, when TRV is unavailable it shows NaN and also...

Best would probably be something like this: (I created this with combination of templating, card-mod and css styles) For anyone interested here is my code (I use Decluttering Card): ```...