Boris Glimcher

Results 24 issues of Boris Glimcher

PR #71 implemented only basic expand query functionality it doesn't handle LEVELS and LINKS yet This issue is tracking future work to add those capabilities

enhancement

For the stores that don't pass on the context, we should probably still check it, at least when network or disk I/O is involved. For example in the `bbolt` implementation,...

Something else came to mind: With some store configs having a timeout parameter, we should either document that they are completely ignored, _or_ in the `WithContext` methods we could check...

To maintain backward compatibility addint WithContext set of functions instead of changing the signatures of existing ones. The Ctx parameter is not used yet in many functions yet. The usage...

See https://pkg.go.dev/github.com/redis/go-redis/v9#Client.Scan Related to #9 Signed-off-by: Boris Glimcher

after #139 is merged we can add macos as well see https://github.com/actions/runner-images/issues/2150 need for macos ``` brew install docker colima ``` also see https://github.com/actions/runner-images/issues/6216 implemented #139 and #141

Resolved #140 Signed-off-by: Boris Glimcher

Today with #303 we doing snapshot based testing We discussed in several PRs and Issues how to enhance that and add real ci/cd with gh actions. GH Actions doesn't support...

enhancement

### Issues Resolved by this Pull Request Fixes # ### Description of the Solution - If `nvidia_doca_path` is provided in `input/provision_config.yml` and Nvidia DPUs are available on the target nodes,...