Antonio Nicolás Pina
Antonio Nicolás Pina
It just happened to me on the Android emulator. Uninstalling the app and reinstalling fixed the issue.
Thanks! That works. It should be in the doc, I think.
I tested it on the editor, on Android and iOS and it's working fine. Can't test it on windows.
You can add the text you want in code, and set the attributes you need, is that what you need?
Ok, I understand. We just need to add methods to add this elements to the view, and some code in onDraw. It should be pretty straightforward, if you feel like...
Ok, I'll add it to the next release, but, unfortunately, I can't promise you any timelines on this.
Same here. For me, it happens when I open a huh form. No other visible delay happens when using just plain bubbletea models
Tried this and, in my case, it didn't work. Not sure if it's the same issue or a related one. > For the present moment, I've solved this issue by...
Update on my investigation here. My problem seems to be on this function getting a timeout inside `r.output.HasDarkBackground()` ``` func (r *Renderer) HasDarkBackground() bool { r.mtx.RLock() defer r.mtx.RUnlock() if !r.explicitBackgroundColor...
@DaltonSW nothing special, plain old breakpoints :)