Gabriel Sieben
Gabriel Sieben
That is a tricky question, because I followed all the instructions for building, and I got that. Can you build it just fine, or is it a problem with my...
https://webkit.org/blog/8718/new-webkit-features-in-safari-12-1/
I actually just semi-implemented this myself in my Nova site. I copied-pasted the styles from the extension and wrapped them in the `@media` section from the blog post. It worked...
For anyone who finds this, I ran into this on Laravel Vapor using the PHP 8.4 Docker build.
@jason-nabooki @nielsdos Replicated here on macOS with Laravel Herd, PHP 8.4.3.
@schodemeiss Can you verify that your PHPUnit tests are running on the same PHP version that you are expecting? For my part, when I tried deploying my app onto Vapor...
@schodemeiss Try writing `echo 'Current PHP version: ' . phpversion();` or similar in your code before browser-detect is invoked; to ensure that there isn't a confusing mismatch happening (been there,...