H

Results 7 comments of H

> Yes, I suspect this has been fixed on master. To test you could clone the repository and then run `python path/to/repo/ranger.py`. Is it in released yet since the version...

> I've had this issue too. No need to loop, it just hangs on every reboot. Pi4 8GB. > > Running headless with an external HDD, so will try unplugging...

Thanks Jeff. I will have look. It is a great project. There are other small thinks I would change but I will look into the data base first.

Same here ``` call plug#begin('~/.vim/plugged') Plug 'prettier/vim-prettier', { 'do': 'yarn install' } Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } call plug#end() ``` More details ``` :PrettierVersion 1.0.0-beta :PrettierCliVersion...

> This is indeed related to prettier-php version being too old. The problem was fixed: > [prettier/plugin-php#964](https://github.com/prettier/plugin-php/issues/964) > Updating to a newer version than plugin-php 0.11.1 should solve the problem....

So you compile it yourself? I usually use vim-plug for install so how would I do this? In either case it the issue remains.

@kitchen Why are you removing the container after execution `docker compose run --rm .....` ? It seems to me it could be good the keep them up since maybe a...