Wez Furlong
Wez Furlong
The build (for ssh2's tests) is failing on nightly rust because of the extprim transitive dep via the unmaintained syntex crate. Can this dependency be replaced? ``` error: legacy asm!...
``` $ git clone --depth=1 https://github.com/nrf-rs/nrf52.git $ cd nrf52/nrf52-hal $ cargo doc $ cargo docserver ``` then click the link -> 404 This fails to find the docs presumably because...
I'm interested in seeing this happen, and I'm not afraid to write code for it, but I don't really know anything about the toast API. What I'm looking to be...
These workflows fail often and I have no time or desire to learn nix to troubleshoot and resolve them. I have not been able to reach those that originally contributed...
I don't have a concrete proposal here, but wanted to raise accessibility while we're thinking about this. It seems prudent to consider adding some metadata for screenreaders; perhaps something like...
I expose certain devices to HomeKit for ease of use by the rest of my family. It would be fantastic if this integration could support parsing an rgb color request...
I've been poking at things and found something that I think you may find useful, and may be worth documenting here. You can download a catalog of pre-defined scenes for...
More recent versions of cockpit support dark mode: * https://github.com/cockpit-project/cockpit/issues/10189 It would help to save my eyes if zfs-manager was updated to support it too!
Can you help me figure out what might be happening here? I have this code: ```rust volumes .create( &VolumeCreateOpts::builder() .name(&volume_name) .labels(vec![ ("integrator.cache", "true"), ("integrator.project", project_name), ]) .build(), ) .await .with_context(||...
When running on Fedora and including appstream metadata, the linuxdeploy appimage (indirectly?) attempts to run `appstreamcli` with the environment set to resolve glib from inside the appimage. However, since it...