-
-
There was a suggestion on Matrix last Wednesday that we may want to move off of freenode given the current "situation".
Today, I checked if the `Matrix IRC` bridge still worked after "the purge" tha…
-
Right now, entries in a `UserDataMap` are only destroyed when the object (such as a `WlSurface`) is destroyed. This is counterintuitive and makes memory leaks due to circular references very easy to …
-
I notice that some people reported this error before as it is induced by some older winit version. I included "winit = "0.26.1" in my Cargo.toml file and I also run cargo update, but I am not sure why…
-
I am getting the following compile error when I try to run `cargo make run --profile release` for the examples. It appears to be an issue in rust-ab due to `&Mutex` iterator not being implemented.
``…
-
```bash
cargo build --release
Updating crates.io index
error: failed to select a version for the requirement `reqwest = "=0.11.8"`
candidate versions found which didn't match: 0.11.6, 0.11.5, …
-
![image](https://user-images.githubusercontent.com/13855054/136696734-9924ba43-5885-43b8-aa3a-11158b656723.png)
```bash
$ systemctl --user status gesture_improvements_gesture_daemon.service
```
…
-
Notably `BufferObject` is not `Debug`.
Using `#![warn(missing_debug_implementations)]` can help spotting them all.
cc https://github.com/Smithay/smithay/pull/319
-
I am currently going through the amethyst tutorial. Since I'm currently working on a MacBook Pro, I've been using metal (thanks for the great tool, btw!).
The amethyst demo compiled and ran fine (I…
-
It took me an hour to figure out why my popups always report None or default values for their positioners. It turns out that [positioner state of XdgPopupSurfaceRoleAttributes](https://github.com/Smit…