Matias Griese

Results 534 comments of Matias Griese

Looks like I missed your fix. See https://github.com/Gregwar/Cache/pull/34 which does it by opposite way. My take on this is that having default value before required parameter has no effect and...

Thanks! I also started my own fork as I need to add the missing pieces to the API, such as pagination and filtering.

I am wondering the same. Otherwise, it would make sense to have an official fork instead of everyone doing their own.

Alright, I'm going to look into switching to laravel fork myself when I get back to the API.

Adding trailing slash wouldn't help as the URL is never going to be the same as the folder in the installation.

I mean that if you have page stored into: ``` /user/pages/05.test/default.md /user/pages/05.test/Art/cat.jpg ``` Images can only be accessed by `` There are two pretty ways to fix this, one is...

I added better translations to our Grav 2.0 list. Right now a lot of the strings aren't translated at all and when they are, the translations are often lacking or...

This could be related to the broken plugin (with missing files) discovered in #3158.

I bet it doesn't work because of the same reason as above -- the scheduler needs to be run with the same user as Grav itself.

Yes, I removed fmod() call because it had rounding issues. I think the issue comes from how floating points work, they are never accurate due to how they are being...