Hunter Wittenborn
Hunter Wittenborn
I'm trying to do something similar to this inside a `view!` macro in my codebase: ```rust connect_changed[model.errors as errors, sender] => move |name_input| { ... ``` This is currently failing...
I think it'd be helpful to re-export crates like `relm4-icons` and `relm4-components` into the main `relm4` crate since they're all related to each other. Even if they had to be...
I'm trying to use this program to install SideStore, and I'm getting an error that says `A device with number 'UDID' already exists on this team. (35)`. The first time...
See [`hwittenborn/rathole#6142076855`](https://github.com/hwittenborn/rathole/actions/runs/6142076855) for the test run I did with these changes. Also note that the commit used in that run has been removed from a force push (to allow this...
Hi! I just encountered this library, and I was wondering how hard it would be to use this code to generate C bindings instead of Python bindings. I haven't looked...
### Description of feature Everything's getting rewritten in Rust, there's just a moral obligation to do it at this point :shrug:. Regarding actual points, I'd like to start introducing some...
We currently use the Prebuilt-MPR to install some packages in the CI, but some packages are manually downloaded and should be moved over.
Recommended by @hummer12007 on Matrix
Suggested by @hiddeninthesand on Matrix. A flag similar to the `--install-suggests` flag should be added to install suggested packages from a PKGBUILD.
The TOML config parser is going to be part of the [`makedeb-rs`](/makedeb/makedeb/tree/alpha/src/makedeb-rs) codebase, and this issue is to get feedback and start drafting up how the TOML parser should be...