Makdon

Results 11 issues of Makdon

As mentioned in [this issue](https://github.com/spf13/cobra/issues/1484), I am trying to use cobra as a command parser to parse the text sent to a bot, which means, a `Command.ExecuteContext()` would be called...

area/flags-args
area/lib

switch ci build env version to 1.19, mentioned in [this reply](https://github.com/grpc-ecosystem/grpc-gateway/pull/2829#issuecomment-1209836531) I've run the following commands to regenerate the files. It didn't make any difference. ``` docker run -v $(pwd):/grpc-gateway...

### Requested feature A `In([]T)` matcher which returns true if it matches one of the given value. For Example: ```go m. EXPECT(). CheckIsFruit(gomock.In([]string{"Apple", "Banana", "Cherry"})). Return(True) ``` ### Why the...

status: needs discussion
type: feature request

the code that's not working: ```golang client, err := grammes.DialWithWebSocket("ws://127.0.0.1:8182",grammes.WithTimeout(time.Minute)) vert, avErr := client.AddVertex("user","uid", usr.UID) ``` When auth is required by the server, `AddVertex` would freeze instead of returning an...

I found an [API](https://grafana.com/docs/grafana/latest/http_api/data_source/#data-source-proxy-calls) that is not added to this SDK yet. Could we have a method like `func (r *Client)ProxyDatasource(ctx context.Context, datasourceID, rawRequest string) (rawReply string, err error)` to...

It seems that [posting/config.go](https://github.com/dgraph-io/dgraph/blob/main/posting/config.go) is a deprecated file, because: - There's only the definition of struct `Options` and `var Config Options` in this file. - The only instance of `Options`...

kind/bug

I found a link [–update-env](http://pm2.keymetrics.io/docs/usage/environment/#while-restarting-reloading-a-process) that links to the address : `http://pm2.keymetrics.io/docs/usage/environment/#while-restarting-reloading-a-process` But i found that this capture is removed from the doc in [commit ddd9e18](https://github.com/pm2-hive/pm2-hive.github.io/commit/ddd9e1842b5063d20a9db2dc9190f7ae1200629a#diff-9b0c4d63e34caec11df1edab344a0fb1) without commit comment. Is...

Before all, please see [this issue](https://github.com/redis/redis/issues/12266) #### The path to reproduce this issue: - First, we create a new redis cluster in `cluster-preferred-endpoint-type unknown-endpoint` mode: ```bash cd /path/to/redis/repo make cd...