wade
wade
got it thanks so much, I will try.
./cmd account send TSHsDLGaHPV4LMgUzG1rZiDGAAyADfKtNS 0.1 -s 11111 -s 指定本地钱包 有资产的账号
I[2022-09-16|08:27:41.126] Inbound Peer rejected switch=1 err="invalid NodeInfo: info.Channels contains duplicate channel id 1" numPeers=0 I[2022-09-16|09:35:46.445] Inbound Peer rejected switch=1 err="incompatible: peer has no common channels. Our channels: 0100010203 ; Peer...
我尝试了 如下命令,也不行 docker exec -it zentao_docker-compose_web_1 bash root@bdca:/var/www/html# touch /var/www/zentaopms/www/ok.txt root@bdca:/var/www/html# exit
页面是空白的,啥内容也没有; 304 可能是 因为之前请求的页面就是空白的。
What os are you running: MAC what's your go env output: go env GO111MODULE="on" GOARCH="amd64" GOBIN="/Users/superatom/go/bin" GOCACHE="/Users/superatom/Library/Caches/go-build" GOENV="/Users/superatom/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GOMODCACHE="/Users/superatom/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/superatom/go" GOPRIVATE=""...
I like your project.
Hi @kkimurak Thank you help me. 1. we run gitlab with docker-compose; 2. I just tried your introduction, but failed. (modified GITLAB_HOST variable in docker-compose.yml from "GITLAB_HOST: gitlab-before.example.com" to "GITLAB_HOST:...
same problem with github provider nextauth v5
My codes: config, _ := loki.NewDefaultConfig(logserver + "/loki/api/v1/push") config.TenantID = "api" client, _ := loki.New(config) //fmt.Println("Version", version.VERSION) slog.SetDefault(slog.New(slogloki.Option{Level: levelVar, Client: client}.NewLokiHandler()).With("api", version.VERSION)) defer client.Stop()