Ian Douglas Scott
Ian Douglas Scott
I've been looking into memory consumption for Pop!_OS's fork of Appcenter (https://github.com/pop-os/shop/issues/257). I haven't done any profiling on Elementary, but I'd be interested to know if the results are similar....
Using https://github.com/pop-os/libcosmic/pull/1020. Unlike https://github.com/pop-os/cosmic-workspaces-epoch/pull/220, this doesn't seem to work as expected. I need to check if cosmic-panel is dealing with scroll events correctly.
`cosmic-panel` component of https://github.com/pop-os/cosmic-workspaces-epoch/pull/244.
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/463
The xdg-desktop-portal-gnome background portal uses the `sandbox_app_id` from the `org.gnome.Shell.Introspect` protocol to get the app ID of flatpak/snap apps. Mutter implements this by getting the PID of the Wayland or...
`libxkbcommon` can be awkward to use in a multi-threaded context given the use of reference counting in a non-thread-safe way. In particular it's proven inconvenient with how [Smithay](https://github.com/Smithay/smithay/) (a Rust...
The implementation here is a proof of concept, but doesn't quite fit with how the fallback compositor is designed. So it's not suitable to be merged as is. Anyway: the...
Uses hacky solution to handle change to need `ActiveEventLoop` to create a window. May be okay? But a different solution, and API change, will be needed if we want the...
Also makes a small (breaking) change in `WinitGraphicsBackend` to have separate `renderer`/`renderer_mut` methods.
`python3 -m litex_boards.targets.sipeed_tang_nano_20k --cpu-type rocket --cpu-variant linux` errors with: ``` ERROR:SoCBusHandler:main_ram Region in IO region, it can't be cached: Origin: 0x80000000, Size: 0x00800000, Mode: RWX, Cached: True, Linker: False ```...