Plato

Results 26 comments of Plato

Do you want me to remove docker-compose file? I use it to automate in my docker setup with `docker-compose build` and `docker-compose up -d` commands.

BTW, I saw your code with updating GoldHen.. It's elegant and it doesn't need a docker update, or git module in the docker image. Maybe it's better that you keep...

> > BTW, I saw your code with updating GoldHen.. It's elegant and it doesn't need a docker update, or git module in the docker image. Maybe it's better that...

AFAIS while the subscription works ( the presence is updated ) it doesn't work if the phone screen is off.. web.whatsapp.com doesn't require this. Do you know the cause?

Is it not possible to do this with using flask and vanilla js?

I'm also getting this error. Although, I'm only playing one file at a time. I execute audioplayer.stop then execute .play for another file after that. The thing is it doesn't...

$PWD is updated.. But I think the problem is that powerline-go is not executed after every command. I can see my PS1 is: `declare -x PS1="\\[\\e[38;5;250m\\]\\[\\e[48;5;240m\\] \\u \\[\\e[48;5;238m\\]\\[\\e[38;5;240m\\]\\[\\e[0m\\]\\[\\e[38;5;250m\\]\\[\\e[48;5;238m\\] \\h \\[\\e[48;5;31m\\]\\[\\e[38;5;238m\\]\\[\\e[0m\\]\\[\\e[38;5;15m\\]\\[\\e[48;5;31m\\]...

That's what I meant, yes. Sometimes, you need to put dummy between segments also.. Like `A -> B -> E -> C -> D`... When it says there are no...

Yes, if you have enough buffer, ABECD also solves "AB" & "CD", of course if the route is ABCD you need to follow without missing a step.