David DIVERRES

Results 32 comments of David DIVERRES

We can make remote connection directly on "db" container IP: ``` docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' dockersymfony_db_1

Try this: ```php $twig = new \Twig\Environment( new \Twig\Loader\FilesystemLoader( $paths ) ); $twigProfiler = new \Twig\Profiler\Profile(); $twig->addExtension( new ProfilerExtension( $twigProfiler ) ); $debugbar->addCollector( new \DebugBar\Bridge\TwigProfileCollector( $twigProfiler ) ); ```

Randomly, I need to restart it until TuneIn's folders (favorites, etc.) are displayed. Here the debug output (vlc 3.0.4 (K)ubuntu 18.10): ```txt lua debug: ArtURL: https://raw.githubusercontent.com/diegofn/TuneIn-Radio-VLC/master/resources/presets.png main debug: adding: Favorites...

I now using KUbuntu 20.10 and all working good... thx

You can disable some API resources (src/AppBundle/Resources/config/api_resources/resources.yml): ```yaml AppBundle\Entity\Thing: collectionOperations: {} itemOperations: {} ...

Same errors for me. Kubuntu 16.10 Linux kdesktop 4.8.0-45-generic #48-Ubuntu SMP Fri Mar 24 11:46:39 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Downgrade to the 8.3.0 during investigations.

Another package to see: https://www.npmjs.com/package/dotenv-flow-webpack

Hi @sprmn , can you commit this new feature?