Dinis Pimpão

Results 23 comments of Dinis Pimpão

The backup now works but is having some errors at the end and it does not upload to the s3 bucket. Timeline: At the beginning ``` [tiredofit/db-backup:develop 19:40:24 /] $...

Yep, now seems to work! Thanks for the update 😀 If you need help testing after you re-enable the host verification, let me know!

something is weird with that verification 🤔 ![image](https://user-images.githubusercontent.com/8941012/191368670-bd5cf655-fc2c-4d33-9a9f-6edaaff21afd.png)

Not much of a bash expert but just done some research and seems like `-z "$variable"` checks if the variable is unset or is set to an empty string. In...

Well... Here `if [ -n "${MONGO_CUSTOM_URI}" ]; then MONGO_DB_TYPE="atlas" ; fi` you are setting `MONGO_DB_TYPE` but it should be `MONGO_HOST_TYPE` :)

Also I was searching on suggested features to add saw "Repeat-One (repeat only the currently-playing song)" maybe that is also a good thing to add on now playing with the...

Hi @kevinwchang, I'm using my custom 1.20 version, which is a fork of miclav's. I saw your PR #20 and made sure that my version had that commit before creating...

just checked, that marker was added 20 months ago... so yeah, there are some markers that may be wrong coords I'll fix it

Yes, the icons are not right placed, compared to the bases (only in isometric/3d view). Not sure what the issue is... I'll probably need to dig a bit in the...