Michael Murphy
Michael Murphy
@MostHated If you're asking about cosmic-comp, you can ask at https://github.com/pop-os/cosmic-comp pop-os/shell is only for tracking issues for the GNOME tiling extension in Pop!_OS today.
No, all feature development is on COSMIC.
@murar8 That breaks pop-shell's keybindings. Pop Shell needs to override the GNOME Shell keybindings. Not the other way around. Make sure you're using the Pop session.
> Still an issue one year later. Are you volunteering to fix it?
You could use a `[u8; 8192]` buffer for storing the values generated for better performance than you would get with a `Vec`. Having a buffer larger than 8192 bytes has...
You basically create a data structure like so: ```rust struct DiskBuffer { device: IO, read: usize, buffer: [u8; 8 * 1024] } impl DiskBuffer { fn new(device: IO) -> DiskBuffer...
It's not from existing code. I'm not sure why that would be slower though.
I'll investigate for performance improvements at a later time when I can.
You may be interested in [sys-mount](https://crates.io/crates/sys-mount), which I published for this purpose. Also handles loopback devices when mounting ISO and squashfs files.
This can be re-opened. Only X11 support is functional at the moment. Mac and Windows seem to have their own way of doing this. So that leaves just Wayland.