DavidXiao

Results 6 issues of DavidXiao

What version of Go are you using (go version)? go version go1.14 darwin/amd64 github.com/DATA-DOG/go-sqlmock v1.4.1 github.com/jinzhu/gorm v1.9.12 Which database and its version are you using? postgres 10.11 description? Basically it's...

Hi, I am not sure if I understand correctly, for ALGO order, validating min notional uses spot price and quantity, but for trailing order, stop price is optional, So, how...

按下面docker-compose.yml启动后, 可以通过浏览器单独访问两个services,但从gpt4-web提问题时,提示下面错误 { "cause": { "errno": -111, "code": "ECONNREFUSED", "syscall": "connect", "address": "127.0.0.1", "port": 4001 } } // docker-compose.yml version: "3.9" services: copilot: container_name: copilot-to-gpt4 image: aaamoon/copilot-gpt4-service:latest environment: HOST: 0.0.0.0...

bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)" Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access seems there...

大神,请教个问题, 有什么办法可以设置mark的shape和Position吗?像下面这样? 非常感谢