fsolleza

Results 3 issues of fsolleza

The code below fails on the last assert: `assert_eq!(sink.values, input);`. It seems like the last 8 `u64` values are not written to the sink. Other inputs (e.g. the commented out...

*Relevant Files* `pkg/data/usecases/common/distribution.go` *Problem:* If you instantiate a `ClampedRandomWalkDistribution` by `common.CWD(0, 1000, common.ND(50, 1))`, and `Advance()` enough times, you'll constantly generate 1000 at some point. I don't know if this...

The protobuf assets for some services are in the `src` directory for that service (e.g., `src/accountingservice/genproto`) . Applying a change in `pb/demo.proto` requires copying this file or using `protoc` to...

question