Tobias Hunger
Tobias Hunger
@winterhuman: I used the arch config for inspiration. What is in there is already getting cleaned from the serpentos initrd. Much of it is just not there, so the list...
I do not think the opensuse failures in CI are related to my changes. I did touch the opensuse mkinitrd config (moving udev from the common into distro-specific config), but...
@DaanDeMeyer Sorry for letting this linger for so long, I think I'll get around to do something about this in the train to Brussels on Friday. I'll try to chat...
@DaanDeMeyer: Thanks for the pointer :-) I am a bit unsure how to do support this cache at this time. `moss` is rather bare-bones still and I have not even...
Thanks for the review @keszybz! I need to rebase to mkosi master (quite a few changes in there) and then do some extensive testing before this can get merged. SerpentOS...
That would be cool indeed, but is probably tricky to implement: It needs the slint language server to cooperate with the rust, C++ and JS/TS language servers.
What where you doing when this panic triggered? Is that right after the start or were you actually copying something from the window or pasting something into the window when...
So no user interaction (besides maybe the mouse moving). Strange. My first suspicion without having looked into this much would of course be a problem in the smithay-clipboard crate, but...
I see the focus stealing with this example: ``` export component T inherits Rectangle {} ```
I build the `slint-lsp` and the Slint VSCode extension and start that. I open the preview for anything... and as long as the preview is open, it steals focus from...