ultimatespirit

Results 13 comments of ultimatespirit

If this is pursued I would recommend updating the build process to be able to compile using the system installed ChezScheme files (for people who have already built it once)....

The problem isn't storing binary files, but rather that different versions of binary files can be incredibly different, with regards to diff tools, from version to version. It seems bsdiff...

Another possibility, albeit highly unlikely to be practical, would be to convert the compiler code / a micro compiler to LLVM IR and distribute that to be bootstrapped into the...

Was this `--nocheck` flag only added to the Rust version of aura, or is it in the AUR version as well, and we should be using the `aura-git` package? Came...

Looks like this could probably be implemented by using a combo of `.Contains()`, [as used in `MatchMode.Simple` ](https://github.com/Caraxi/SimpleTweaksPlugin/blob/2b7c105d1671fd6a344edb5c621632b8825a81c5/Utility/FuzzyMatcher.cs#L53), and the word splitup algorithm used for `MatchMode.FuzzyParts` a few lines below....

Since threads will run into the GIL problem for python (at least until that hopefully goes away in 3.13...) no matter what, it may make sense to spin off a...

> > why you've chosen pkgctl-build over mkarchroot. > > Because `pkgctl-build` is a first-class package and was suggested to me [in this feature request](https://github.com/fosskers/aura/issues/838). And to chime in, the...

Thanks for fixing it! Though, looking at the commit seems you went with the "just don't let it be run with `sudo`" option, and going off the latest issues in...

> What does `df -h` spit out? ``` $ df -h Filesystem Size Used Avail Use% Mounted on dev 7.8G 0 7.8G 0% /dev run 7.8G 1.5M 7.8G 1% /run...

> Ship, ShipVendor, Upgrade, and UpgradeVendor are populated by the spansh plugin with TD >= 11.5.0 > ... the fields in Upgrade are changed, due to what data is available...