hsinhoyeh

Results 15 issues of hsinhoyeh

This is a following up discussion on the design review of redis driver. the original feature requirements are discussed here: https://github.com/docker/libkv/issues/9 For store interface, please refer to here: https://github.com/docker/libkv/blob/master/store/store.go#L63 [Redis](http://redis.io/)...

kind/feature
kind/proposal
store/meta

i got the following message when I tried to run test on store/boltdb ``` --- FAIL: TestMultiplePersistConnection (0.00s) Error Trace: boltdb_test.go:69 Error: An error is expected but got nil. %s...

hi there, I saw there are two Utils.UNITS in cli-utils.js (see [2] and [3]) which acutally cause troubles when determining `rate` at [1]. ``` var rate = Utils.UNITS[unit]; ``` which...

### Feature Area [grpc gateway](https://github.com/grpc-ecosystem/grpc-gateway) provides an HTTP way to communicate the underlying GRPC services (defined in the same proto file), and since version v1.14, the community suggests that the...

area/backend
kind/feature
lifecycle/stale

Hi, thanks for creating this amazing project. some issue when I build yolov7 with cv2 package(as you can see the log below), seems that the `cv2` package has broken in...