Gerd Zellweger

Results 142 comments of Gerd Zellweger

`yarn build` reports this

in the first version we should just support format=text the UX should be the same as in a console (ideally we can use an existing console library for this? is...

Some things to improve in addition: - clarify what happens if both `individualTenant: true`, `issuerTenant: true` is configured - give more explanation what any of these do and how they...

maybe we filter from this list those individually that are a concern? https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates alternatively maybe we do need to specify the env for the rust compiler via command line flags...

Ok maybe thenwe should at least have a better error message that instructs the user on how to resolve this.

we already have a few metrics [that we record](https://github.com/feldera/feldera/blob/main/crates/dbsp/src/circuit/metrics.rs#L8) in storage for the merger and reads/writes. we could bring the metrics back that @blp removed at some point (in a...

I think so we can probably encode some info in the file descriptor about which spine this is for to log them

So CI will pass on some days and on some it won't (if there is a failure in one of these tests). If you happen to not run any CI...

There is another choice, we run them for every release, using a few VMs.

> we don't have any tools to run tests like that I'm positive there are tools to run something in parallel on `n` VMs. This way of testing makes no...