Hunter Wittenborn
Hunter Wittenborn
This was mentioned a bit in #12, but I have a need for `arm64` variants of the images for use in my application. I thought about maintaining this in a...
From Matrix: hiddeninthesand > btw there's a bug where it'll offer the apt/mpr prompt on all packages, not just ones with versions in repos @hwittenborn > It might be because...
From what I'm reading in some places, [`HashSet`](https://doc.rust-lang.org/std/collections/struct.HashSet.html) can be a lot faster than [`Vec`s](https://doc.rust-lang.org/std/vec/struct.Vec.html) in certain scenarios, and we should look into replacing time-sensitive parts of the codebase with...
Heus-Sueh asked for this on Discord, with the following image from Paru as an example: https://matrix.hunterwittenborn.com/_matrix/media/r0/download/hunterwittenborn.com/CpeiIVkvKcnIlWRxZyxTpOlf
When running `makedeb` with the `mist-bin` package on an unsupported distribution, a `curl` error shows without stating that the user simply isn't on a supported distribution. An image by @​siduck:matrix.org...
From Matrix: @hiddeninthesand > How are you thinking it should go when `mist update` is ran? i'm thinking it should keep track of the commit that the package is built...
Not sure why yet, but this probably needs to be figured out.