Simon Gardling
Simon Gardling
In order to use aurto, the repo HAS to be named "aurto", and this is hard-coded into the program, can this be changed to use the value from a config?
Note: I am currently using #36 for my repo. Is custom PKGBUILDs a feature in aurto? I run a repo for raspberry pi 4 aarch64 on arch linux arm. My...
With makepkg you can append the argument `--ignore-arch`, with aur-utils, you can append the argument `-A`. Is this feature planned? A the moment, I have to edit the source code...
Could a method similar to `num-bigint`'s https://docs.rs/num-bigint/0.4.0/num_bigint/struct.BigUint.html#method.pow be added? Thanks.
Could using `%` on ApInts be implemented? For example ```rust s = a % b; ``` currently fails with this error: ``` cannot mod `ApInt` by `ApInt` ```
How could one use the wgpu integration for egui on wasm? I can't find a way to do this. Is this possible?
**Is your feature request related to a problem? Please describe.** I have a mathematical graphing software I'm working on, and I use points to display roots (intersections with the x-axis)...
Could you add the book dupe as mentioned here: https://www.youtube.com/watch?v=zG-I6lKdUfU All that needs to be done is to write more data and pages to a book than the vanilla client...
## What do you want A way to change the base URL for cordless in the form of a config file in ~/.config/cordless/ ## Why It would benefit cordless because...
Build: Yuzu EA 19956 On the Steam Deck (Linux + AMD + Mesa) At the first bossfight at the Fast-Flowing Waterworks there is a sudden and extreme performance degradation when...