Adrien Cantepie
Adrien Cantepie
Is there a chance you fix this issue one day ? Reproduced using : - vich/uploader-bundle : 1.16.0 - symfony : 5.0.11 - php : 7.4.13
Ok, but this issue was opened 5 years ago... I you (we) don't manage to fix it, maybe you (we) should change this part of documentation : ``` /** *...
This issue is related to Unicons font : https://github.com/Iconscout/unicons/issues/138
@tacman Most of Symfony bundle use this [structure](https://symfony.com/doc/current/bundles.html#bundle-directory-structure). But some "offical" bundles use a mixed directory structure : - https://github.com/EasyCorp/EasyAdminBundle - https://github.com/symfony/panther There is a `src/` and `assets/ ` folder...
Same issue. @jwoo92 ``` ❯ yarn add electron@^7.2.4 ❯ node_modules/.bin/electron . (electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead. [19:55:24.494] [info] update-electron-app config looks...
I have installed pure theme on my docker image, i got this prompt : ``` docker@58862c73050e ~ ❯ ``` I want hide the hostname part to display only "docker ~"
@sindresorhus Can't you just hide hostname if we are on container ? Replace line on file : https://github.com/sindresorhus/pure/blob/main/pure.zsh ```bash # Show `username@host` if inside a container and not in GitHub...
Indeed, I have finally define a custom hostname on my docker-compose.
Flood is dead. Long live flood !
Thank for your work @karibuTW :+1: I have used your guide to install my seedbox on raspbian 10. I my case : - i change floodServerHost to '0.0.0.0' on flood/config.js...