Vitus Schuhwerk
Vitus Schuhwerk
Just came across this post by accident. I had the same problem/question. Lazy loading routes is probably not a good idea, because it delays the time until you first see...
A little off topic here... Same issue, just rolled back to the version from a few days ago Enter: ``steam://nav/console`` (via- Browser or WIN + R) In the Steam-Console enter...
Hi Frank, nice idea! I just implemented that [here](https://github.com/schuhwerk/php-error-log-viewer/commit/7c85fbca7f019ca42b59664262ea095163dead50). Does that work for you?
Thanks for your ideas! They work nicely together 🥳 ```yml #.ahoy.yml ahoyapi: v2 commands: env-1: usage: Commands for E1. cmd: export $(grep -v '^#' 1.env | xargs) && ahoy -f...
Hi Frank! I totally forgot about this issue... Do you have data so I can reproduce the issue (and add to the tests). Or a PR which fixes it? Cheers...
Thanks for the report! Can you paste the content of the log which creates the error? On Sun, 12 Nov 2023, 07:25 Julius151 ***@***.***> wrote: > Whenever I use error_log...
Time flies.. I found some time to dig today. I couldn't reproduce the issue. I added a test to check if parsing runs fine with your example. Had no problems....