Leo

Results 13 comments of Leo

I think it is better to ignore `$XDG_CONFIG_HOME` completely compared to the way it is right now. I have set `$XDG_CONFIG_HOME` because I want all my configuration files to go...

sure here it is ``` git bisect bad 251bd727fcb9b4ed3dca7c8a85b7a8d42c090937 is the first bad commit commit 251bd727fcb9b4ed3dca7c8a85b7a8d42c090937 Author: Johannes Schmitt Date: Sat Jun 17 00:33:57 2017 +0200 adds support for service...

Just guessing but the xdebug install part mentions port 9001 but it's neither exposed in the Dockerfile nor in the docker-compose.yml so try adding ports: - 9001:9001 to the php...

https://wiki.php.net/rfc/nullsafe_operator What is the status about php 8 support?

I had the same issue... turns out after adding a package.json and running `npm install` the error is gone

I still get it if i have the node_modules dir in a parent directory (shared with multiple serverless services)

$ APP_ENV=prod bin/console assets:install > Fatal error: Uncaught Error: Class "Symfony\Component\Cache\DoctrineProvider" not found in /var/www/html/var/cache/prod/ContainerZx7Te0U/App_KernelProdContainer.php:740 Stack trace: #0 /var/www/html/var/cache/prod/ContainerZx7Te0U/App_KernelProdContainer.php(704): ContainerZx7Te0U\App_KernelProdContainer->getDoctrine_Orm_DefaultEntityManagerService(false) #1 /var/www/html/var/cache/prod/ContainerZx7Te0U/EntityManager_9a5be93.php(172): ContainerZx7Te0U\App_KernelProdContainer->ContainerZx7Te0U\{closure}(NULL, Object(ContainerZx7Te0U\EntityManager_9a5be93), 'getConfiguratio...', Array, Object(Closure)) #2 /var/www/html/var/cache/prod/ContainerZx7Te0U/EntityManager_9a5be93.php(172): Closure->__invoke(NULL,...

I can not share the app where it happens but in a new app (`symfony new test-app`) with `composer req orm` $ composer show > doctrine/annotations 1.13.2 Docblock Annotations Parser...

this part is working that's true but in https://github.com/dkd/php-cmis-client/blob/master/src/DataObjects/Folder.php#L529 it isn't which is called from $folder->getDescendants()

I just had a similar issue... opened firefox and it had no boarder (it used the boarder space for the window) . Normally the active window has a red boarder....