David Díaz
David Díaz
This PR is way behind master branch. Let's close it for now and consider opening a new one in the future if we decide to reimplement a terminal in the...
Fixed at https://github.com/agama-project/agama/pull/1999
> * Setting the title and icon to set the context for the user Just my two cents: I wouldn't add an icon as part of an API. Specially when...
> The screenshot below uses a special Question implementation, but it should be possible to implement using the generic Question. Special implementation should be needed only in specific cases. Without...
> > The screenshot below uses a special Question implementation, but it should be possible to implement using the generic Question. Special implementation should be needed only in specific cases....
Thanks for the report @grisu48
This is related to https://github.com/streetsidesoftware/cspell/issues/3790, which provides the example of suggesting "notebook" for replacing "note book". Other examples could be suggesting "login" instead of "log in", "mainboard" instead of "main...
Thanks all. Let's improve the interface in this regard. No promises when, sorry. It might be _as simple_ as adding extra indentation or it might be something else. Currently, this...
Interesting. I have reverted the woraround in my local copy but I'm not able to reproduce the issue. I'd like to do so since it's something deserves a _final_ fix.
@jreidinger I think UI internals are now in a better shape. A few unit tests were added, as well as some aesthetic changes. Please, feel free to review these changes...