Maurice van der Star
Maurice van der Star
Not sure about this anymore. When there multiple, their data would be stored on a single Unknown driver.
Yes I think this would be the approach :) Anyway create it what works for you. Eventually when I have time one day, I might use it. Thanks for wanting...
Cool! :+1: Take a look at the specs folder. You could add a function called called `it_can_cast_to_json` to a specific class test file. Set some test values and then check...
Could be related to #59
The latest updates work. But only worked with the `RewriteCond %{REQUEST_URI} !webp.php$` lines. Thus I searched further. This behavior is documented by apace2 at: https://httpd.apache.org/docs/2.4/rewrite/flags.html#flag_l So we need to use...
Yep this is it :smiley: . Works great!
I also made a further little change to my project rules which makes sure only resized images are served as webp (`RewriteCond %{REQUEST_URI} ^/?storage/.*/public/.*\.(jpe?g|png)`). But is a personal preference. I...
I had the same error for a project. For me it was because of the `&` char in code (non escapaed). For example: Should be: So just validate your HTML...
Got a temporary fix: ``` :syn on ``` That brings back highlighting. Tried to make a autocmd: ``` :autocmd BufWriteCmd *.php :syn on ``` But then the bottom status bar...
Hmm I have more problems than this. I got a legacy project with horrible code. 1439 lines within one file. With syn on vim takes like 20 seconds to save...