Lukas Veneziano
Lukas Veneziano
Thanks for your feedback. I will look into it asap and improve my code. As for my deployment of the server manager, I get only lines like this: ``` 829.479...
I rebased my branch from `develop` and refactored my code. I did not understand how to use ReplaceAll to reduce complexity, but with ReplaceAllFunc it was very easy and reduced...
Hi, here is my docker-compose file. Maybe it may help you. `collabora-code:` ` image: collabora/code` ` environment:` ` - VIRTUAL_HOST=office.example.com` ` - VIRTUAL_PORT=9980` ` - VIRTUAL_PROTO=https` ` - LETSENCRYPT_HOST=office.example.com` `...
I'm on the same team as @JonasT . And I tried the new version of CODE 2.1 today on the same machine he used. Now we have only a few...
The `_controller` attribute is of type `\Symfony\Component\HttpKernel\Controller\ErrorController` it has an attribute `controller` which is the string `error_controller`. That might be the right attribute in this case for the name.
@bobstrecansky - as I said, I am not sure which solution would be right. But with some hints on the right solution I will definitely submit a PR. At the...
I tried to implement the type check here: https://github.com/reservix/opentelemetry-php-contrib/commit/bdec4e52ba7befb5cccb4396c7e91a26b8599c7c Should I create a PR with that patch?