Sebastian Herrlinger
Sebastian Herrlinger
Will come
/oc can you generate a test suite for the select component, covering the basics like we do for the Slider or Input for example?
/oc there is a test failing in the pipeline for this PR, check it. can you make sure we clamp the index from the given config to length-1 of the...
/oc one more test failing. Check it. moveUp is emitting the event even though the actual selection did not change. moveDown does the same basically. Just leave it like that...
Yeah that makes sense.
@zenyr yes, this one was testing the CJK issue workaround, which is hopefully fixed. @msmps maintains react and he has plans for it.
Thanks for checking, I saw this one yesterday and it should fix the issue https://github.com/sst/opencode/pull/3778
So my perspective was things run on/in opentui, not opentui on/in another framework/lib. That's obviously one sided. What I could see working here is defining a shutdown behaviour that can...
Yes to returning the renderer and yes to "opentui should not control the lifecycle", that is app responsibility. I think the Behaviours would get way too complex and complicated. If...