Hasit Mistry

Results 13 issues of 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...

kind/feature
help wanted
area/v2
status/confirmed

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...

Feature
Wishlist

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...

enhancement
Configuration

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...

enhancement

`-m` flag should accept `json`, `csv` or `xml` values to print output in.

enhancement

cc @ross-spencer, @nouney How do we test an interactive system like this one? Any thoughts?

enhancement
help wanted

Update the README.md file to reflect the new changes of the interactive mode update.

help wanted

> 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,...

need coverage

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...

bug
release:v0.5.x