Matias Griese

Results 534 comments of Matias Griese

You are right, looks like configuration redirects still happen and are wrong, even when you're using `$pages->find()`.

The above pull request will not fix the language redirects needing the language code, but will only separate the logic between `find()` and `dispatch()` methods and make `site.routes` more usable....

One very useful feature for big data would be to be able to select which log messages to filter (error, info, debug individually), just like PHP debugbar does with its...

@itsgoingd Any progress on this one?

What I am doing is to add __debugInfo() methods to the objects to remove all unnessessary information from the debug output. This helps as there's support for this method. I...

Changing the cache to not to be `static` should help to fix the issue (just remove the lines) -- but in addition, Joomla modules also have caching, so you should...

@hexplor @simmonsr Can you make the particle not to use static caching?

I just tested changing the caching (in particle yaml file and in module settings) and I have no issues at all. Content gets updated every time I make a change...

@simmonsr You need to update the particle yaml and remove `configuration > caching` to make it to update on every page load.