Hasit Mistry
Hasit Mistry
Hello, I was going through the repo (I am using `cli` for my new project) and I found that it supports generation of bash and zsh completion files automatically. That...
It would be good to have `buf + dependabot` integration so that protobuf dependencies managed by `buf` can be updated at a regular period. Something like this: ``` # /path/to/.github/dependabot.yaml...
Currently, as I see it, there is no way to pass config while creating a new DMap. That is, `db.NewDMap(name string)` uses the config specified while creating a new Olric...
User should be able to use `bolter` to view files on remote location (via ssh perhaps?). Proposal: Use a `-r` flag to denote remote file like so. ```bash bolter -fr...
`-m` flag should accept `json`, `csv` or `xml` values to print output in.
cc @ross-spencer, @nouney How do we test an interactive system like this one? Any thoughts?
Update the README.md file to reflect the new changes of the interactive mode update.
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
Running `cluster.sh` script in branch `release/v0.5.0` on my machine fails the following test: ``` ... --- FAIL: TestIntegration_NodesJoinOrLeftDuringQuery (16.71s) olric_test.go:110: A new cluster member has been created: 127.0.0.1:33651 olric_test.go:110: A...