Stéphane DEWITTE
Stéphane DEWITTE
Hello all, I use assetic with Twig. Twig construct : ``` $factory = new AssetFactory(CHEMIN . '/www/'); $factory->setDebug(false); $twig->addExtension(new AsseticExtension($factory)); ``` Twig Template : ``` {% stylesheets 'Resources/css/bootstrap.css' 'Resources/css/dataTables.bootstrap.min.css' 'Resources/css/bootstrap-editable.css'...
Hello all, I try to add pdo to phpdebugbar, and I have an issue. Here is my code in my pdo class Outside my class : ``` use DebugBar\StandardDebugBar; $debugbar...
**Describe the bug** Hello, I made a mistake, changing rights on my rlone.conf. The user that luanched cloudplow could not read this file, so I got an error, but the...
**Is your feature request related to a problem? Please describe.** I tired to use sickchill backend to use Medusa, and it's not working. **Describe the solution you'd like** The Medusa...
Hello everybody, and first of all, please excuse me for my bad english. I use dbv on several projects for a few months now, and I have an issue on...
Hello, have you considered adding nsca server to this image ? This would allow passive checks to be sent to the container. Have a nice day.
Hello, I'd like to use this with docker, but I already have a container named "db" for another database. Is it possible to use an environemnt variable to specify the...
Hello everyone, I just installed this tool, and it works great, except for Twig. I have to precise that I don't use Symfony, it's a non-framework project. I think I've...