Elnu

Results 25 comments of Elnu

> How are you running picom because if you dont specify the backend in the config then you will get black corners when you run with `picom --experimental-backends` so you...

Is this really still not possible out of the box? This seems to me to be one of the most basic use-cases of a screenshot tool...

Any news on this? elementary-planner is still marked as broken in NixOS's nixpkgs...

Shouldn't this issue be reopened until then?

Wondering this as well. I'm taking a look at the options available under `boot.initrd.luks.devices.*.yubikey` and it really just seems like only a single yubikey is supported, unfortunately.

> I also have this issue. Here is a minimal reproducer: > > ```rust > use macroquad::prelude::*; > > #[macroquad::main("Texture test")] > async fn main() { > let texture_size: u32=...

Thanks! I made a mistake in my implementation originally that gave me the false impression that `RenderTarget`s can't be reused, now I'm reusing the same `RenderTarget` and the memory is...

The CommonMark spec "doesn’t mandate any particular treatment of the info string" [according to its documentation](https://spec.commonmark.org/0.30/#example-141) , so I don't think there's any reason to think they're disallowed. Even if...