Max Korbel
Max Korbel
> Yes, I can get it working. Are you using the beta version of flutter? Really? I tried in WSL using latest Dart version: `Dart SDK version: 3.3.0 (stable) (None)...
A couple things come to mind: - What should the "input" to a stage be? The output of the prior flop? The output after any stalling has been applied? I...
Yes, you're right about the stalling, I was misremembering. You should not hit a combinational loop, it's sort of like forwarding between pipe stages right? You can just `tmpSignal <...
Sorry, I mean not getting it from another pipe stage since that would get the output of that stage. For example, in stage N: ``` tmpSignal < p.get(x), p.get(x) <...
> @mkorbel1 This seems to come from CI/CD main? > > ``` > ERROR: 1 dead links found! > [✖] https://stackoverflow.com/ → Status: 403 > ``` Can you try updating...
> @mkorbel1 can this be merged? Yes, I thought it was already, my bad!
We should probably make it impossible to `put` onto a `Const` to avoid weird surprises when this optimization happens
@AdamRose66 can you help me understand the difference in functionality and use case between this new `registerImmediateAction` and `injectAction`?
Doesn't `injectAction` offer the same capabilities? A function that does not return a `Future` passed to `injectAction` will not block progress on the Simulator, and one that does return a...
Thank you for the feature suggestion! I'm wondering whether there's sufficient complexity that it needs to be integrated into ROHD itself or if it could be added to the library...