Kai Mast

Results 167 comments of Kai Mast

I can reproduce similar behavior by just changing my screen scaling on GNOME with a single monitor. It seems like Alacritty only checks the scale factor on startup; at least...

I'm attaching my log. I change the scale factor to 2x and then back to 1x. This is on a regular 1080p screen. Looking at the look I can only...

Seems like winit is still somewhat limited in how it handles (or not) scale factor changes in X11: https://github.com/rust-windowing/winit/issues/1228

I'm curious if anyone is working on this? Would be great to have at some point.

A window or message box is essentially a pane. I noticed iced now has a `PaneGrid`, but no standalone `Pane` or `Card` widget. I know there is a `Card` widget...

How about a widget that that behaves like `Container` but allows to handle events that are not processed by its children? Using `UserInterface::update` works but seems to require re-implementing some...

So I thought about this some more: An application, for example, a game, might want to keep track of which keys are currently pressed. If a `TextInput` gains focus it...

For me the problem has been resolved because https://github.com/iced-rs/iced/pull/1230 was merged.

> I had a problem probably related to this, I wanted to close a window on pressing ESC but when the text input was focused the update event loop did...

(Deleted my earlier post as I misunderstood; you don't want to run this in the browser but locally through WASI)