Michael Murphy
Michael Murphy
I've recently had success with TypeScript when developing [Pop Shell](https://github.com/pop-os/shell/). If you'd be interested in a similar conversion, it would make it easier to target different versions of GJS whilst...
What's the stance on supporting system themes? It's often important to have a consistent UX across the desktop, with all applications sharing a common system theme by default. Will iced...
Having an odd issue where Travis fails to build with the error: ``` Cross compilation detected. Use PKG_CONFIG_ALLOW_CROSS=1 to override ``` Even though I have it specified as a global...
Pressing Super + R will now enter a resize mode, which has a visual indicator to show whether the resizes will grow or shrink the window. Arrow keys and hjkl...
It should be possible to combine the two methods if we make an enum which can be either. ```rs pub enum CompMsg { Cmd(C::CommandOutput), Input(C::Input) } ``` ```rs fn update(...
- Pro: Removes the `OnDestroy` trait and `Root: OnDestroy` restriction. - Pro: Can kill the component externally from the controller - Pro: Can kill the component through any means necessary...
This should fix #59