Michael Murphy

Results 393 comments of Michael Murphy

You might be referring to https://github.com/rust-windowing/winit/pull/2003. This implements the functionality for Windows, but seems to have been abandoned now. I now have similar code functioning for Linux with both X11...

I will start with X11 support because Wayland requires changes to sctk (smithay-client-toolkit), and the next release of sctk will require some additional changes here to update to it.

@koutheir Check this out! https://github.com/pop-os/libcosmic/pull/12 Please try out Arabic in the text example and help locate bugs in the rendering.

At least you could provide an additional set of `get` methods that takes a closure, such as `get_with`, so the option is available for larger types.

This looks like a graphics driver issue. What GPU do you have?

The required docker dependencies are already packaged in Pop!_OS - https://github.com/pop-os/nvidia-docker - https://github.com/pop-os/nvidia-container-toolkit - https://github.com/pop-os/libnvidia-container So adding NVIDIA PPAs is not recommended.

If you don't know how to use git, you could paste your changes in an issue as you've done just now. I haven't yet heard any complaints about the process...

> There seems no common forum for Pop!_OS Our forum has 50,000 members and I'd generally consider Reddit to be something that's already accessible to a lot of people: https://www.reddit.com/r/pop_os/...

Let's say that I have an OS, and I want to build that OS around a toolkit that isn't GTK or Qt. I'm already using GTK for building applications in...