Tobias Hunger
Tobias Hunger
Sorry for that, I just did `cargo install --force nu`and that installs version 0.44. I'll check the website for instructions on how to get a newer version
I grabbed the binaries from the blog post you linked to: Exactly the same behavior:-/ ``` Connected to machine barfoo. Press ^] three times within 1s to exit session. /home/dev〉version...
It does _not_ happen when I run bash inside the container and start nu in that bash shell. It behaves as espected then: Ctrl-C kills gitk and returns me into...
I have no clue about shells and terminal, but I suspect that is "just" a "set up the terminal" issue. Windows and Linux are two very different beasts in that...
> I’m not entirely sure if this API belongs into the UI design or if it should be API on slint::Window that’s for programmers dealing with platform integration (color me...
Can we eat keep the cake and eat it? Maybe keep the current "known item based" rendering and then make that lower to a painter based API?
One way I can think of is to look at the `has-focus` property on the `FocusScope`. We do that in the default widgets: ```slint export Button := Rectangle { ......
In my mind we have widgets which a user interact with and simple building blocks to build these widgets out of like `FocusScope`, `TouchArea`, `Rectangle` and similar. I am not...
Warning on all non-accessible elements seems a bit of overkill: You do not want the screen reader point out random Rectangles making up a Button! You care for the Button...
If this causes problems in the little apps we have right now, this will surely bite us or our users later when they build bigger things.