Sage Mitchell

Results 5 issues of Sage Mitchell

When I had this trait for transitions relating to my `Opened` state everything worked as expected with the `new` function making `Opened` the start state. ```rust pub trait Opened {...

A [`NonZeroUsize`](https://doc.rust-lang.org/std/num/struct.NonZeroUsize.html) parameter instead of a `usize`to specify the capacity of a bounded channel would eliminate the [panic scenario](https://docs.rs/mogwai/0.5.3/mogwai/channel/broadcast/fn.bounded.html#panics).

enhancement

TLDR: See the minimal example in 41d2649 on the `display-bug` branch and the following repro steps: ```shell $ git checkout display-bug $ cargo build --release --package nexus-tools --bin cargo-nexus $...

bug

Detect regressions like https://github.com/nexus-xyz/nexus-zkvm/pull/164#issuecomment-2138511367 automatically in the test suite.

I ran into a minor pain point recently that could potentially inform the design of #1362. It could easily be out of scope too; I'm not sure. I have a...

question