Alexander Polakov
Alexander Polakov
Derive?
I'm using this crate for my libvirt-rpc project. Works great so far! Are there any plans to implement #[derive(Pack)] or serde integration?
Add CI
Reference: https://github.com/MatthiasGrandl/Loungy/blob/main/.github/workflows/release-macos.yml
Currently prompts and such are part of the workspace view, which is not ideal. They should be refactored to a separate view.
Currently on_scroll_wheel scrolls by line which is how terminals do it. This is a gui, so we should be able to scroll by pixel. It seems like GPUI has some...