reuben olinsky
reuben olinsky
It’s theoretically possible today using the exposed API, but would require too much work for the app. The right thing to do is for us to either add history persistence...
I took another look through the code. For `Loop` clients that provide a `LoopInputOutputParameters` object into the `Loop` constructor, there might be a simple option. You could add a new...
This is part of the mechanism we use to make sure we don't *accidentally* change the exposed interface of nclap without it being a conscious decision. If you navigate to...
Could you provide more of an example of what you mean? Perhaps some sample usage to demonstrate what you were looking for?
@javierbarre could you share the full code you're using to instantiate the loop? I'll see if I can reproduce the problem and sort it out.
I'm closing this out as I haven't seen a response from the original poster. Please feel free to file additional issues for any continuing problems.
It looks like the post above answers the original question, so I'm going to close this issue. Please feel free to post additional issues if additional questions remain.
@dmcilvaney @Xiaohong-Deng @PawelWMS -- great to see the good discussion! I see the change is currently targeting `main`. What do y'all think of retargeting this change against `3.0-dev`? That should...
It looks like this was resolved by #10003; thanks for reporting this issue and contributing a fix!
@PawelWMS thanks for all the feedback on this PR--definitely some good learning for me along the way. When you get a chance, would you please look at the updates I...