Chris Lee

Results 124 comments of Chris Lee

Hi @sebastianfeldmann I did change to 2D and ran the backup. It did remove files from local backup, but not from Google Drive. See screenshots. ![image](https://user-images.githubusercontent.com/5715919/58256790-f9cb1f00-7db2-11e9-8fc9-c0bd1493352f.png) ![image](https://user-images.githubusercontent.com/5715919/58256812-03548700-7db3-11e9-804b-fc91b446f1cf.png)

Hey, @sebastianfeldmann I am using phar at the moment. So if you can give me steps, I can try debug. Let's find out what is going on.

``` phpbu 5.2.4 by Sebastian Feldmann and contributors. backup: [mysqldump] ******************************************************* /usr/bin/mysqldump --user='user' --password='******' --host='127.0.0.1' --port='3306' 'database' | /bin/gzip > /home/user/backup/mysql/mysqldump-20190601-1817.sql.gz ok sync: [googledrive] ******************************************************* upload: done: 1d7wln80XXLJoN_w_7ls-AADk_upXXXX remote cleanup:...

@rindibudiaramdhan I fixed to use composer 2. Please take a look and if it fixed, close the issue. Thank you.

Hi @SimeonAnunciado 422 means validation failed. Are you able to confirm your username/password?

For those who need a workaround, I had succeeded by adding both 'countup.js', and 'vue-countup-v2' in **nuxt.config.js** ``` build: { /* ** You can extend webpack config here */ transpile:...

For those who need a workaround, I had succeeded by adding both 'countup.js', and 'vue-countup-v2' in **nuxt.config.js** ``` build: { /* ** You can extend webpack config here */ transpile:...

I also found this issue. At this moment, when the TradingView indicator is only checked when the buy order is placed. So it does not place a new buy order...