fsolleza
fsolleza
In case it might be helpful, per #2, the code below seems to be failing at a very specific location: ```rust let data: Vec = (0..100000).collect(); let mut appender =...
A simpler alternative is that wherever `ClampedRandomWalkDistribution` is initialized by `common.CWD(0, 1000, common.ND(50, 1), 0)`, instead, it should be initialized by `common.CWD(0, 1000, common.ND(0, 1), 50)`. See for example, `pkg/data/usecases/common/usecases/devops/redis.go`
Thanks! Here's the scenario I was dealing with that led to my changes 1. Make change to `pb/demo.proto` 2. `make start` and realize that some things break 3. `make generate-protobuf`...