charlie
charlie
go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc ``` package google.golang.org/genproto/googleapis/api/annotations: google.golang.org/genproto is a custom import path for https://github.com/googleapis/go-genproto, but /Users/XXX/go/src/google.golang.org/genproto is checked out from https://github.com/google/go-genproto ```
``` create table settings ( aspects jsonb default '[]'::jsonb, ); ``` ```golang var a []string Db.Query( &ss, `select * from settings where aspects @> coalesce(?, '[]'::jsonb)`, a) ``` the query...
``` kubectl debug gateway-0 -n testing error execute remote, error sending request: Post http://172.18.45.169:10027/api/v1/debug?command=%5B%22bash%22%5D&container=docker%3A%2F%2F400076b42616a628173867c4de002eb38e31ba645b5a08183610ce40b7bd4f5e&image=nicolaka%2Fnetshoot%3Alatest: unexpected EOF error: error sending request: Post http://172.18.45.169:10027/api/v1/debug?command=%5B%22bash%22%5D&container=docker%3A%2F%2F400076b42616a628173867c4de002eb38e31ba645b5a08183610ce40b7bd4f5e&image=nicolaka%2Fnetshoot%3Alatest: unexpected EOF ``` 集群是阿里云容器服务托管的k8s集群
We need a more elaborate server example that is fully functional like openssh daemon, thanks.
SDK should export error value stead of let users using string [compare err.Error()](https://github.com/aliyun/aliyun-tablestore-go-sdk/blob/fbfb6ccbcb61ed85f667d7e267ff7191262d01c8/timeline/store.go#L256)
It's a common requirement that user may ensure the table exists, if not, EnsureTable should create table automatically, something like [Sync](https://github.com/aliyun/aliyun-tablestore-go-sdk/blob/fbfb6ccbcb61ed85f667d7e267ff7191262d01c8/timeline/store.go#L60) in timeline pkg
job failed with following logs, using --jars /shc-core-1.1.1-2.1-s_2.11.jar, spark version: 2.4.3.1 20/07/01 16:39:36 INFO SparkContext: Successfully stopped SparkContext 20/07/01 16:39:36 INFO ApplicationMaster: Unregistering ApplicationMaster with FAILED (diag message: User class...
change /_examples/log/main.go to ```go package main import ( "fmt" "github.com/go-git/go-git/v5" . "github.com/go-git/go-git/v5/_examples" "github.com/go-git/go-git/v5/plumbing/object" "github.com/go-git/go-git/v5/storage/memory" ) // Example of how to: // - Clone a repository into memory // - Get...