Saadi Save

Results 38 comments of Saadi Save
trafficstars

> trying to get some important features/bug fixes in that I think have a much higher priority. Is there a priority list? Perhaps we can help. I tried checking the...

@davidanthoff I believe that reworking the architecture of juliaup would fix many of the pending issues. Since juliaup is the official installer for julia now (at least, it appears to...

@jjvliu I believe the culprit is: https://github.com/JuliaLang/juliaup/blob/61c09c460ca3a150e542522be8b8b8a5041e718a/src/command_config_modifypath.rs#L26-L30 Why modify the startup script to remove the binfolder from the PATH when the user explicitly forbids modification? The only time this is...

@uncomfyhalomacro On my system, juliaup seems to modify both `.zshrc` and `.profile`

@kmp5VT it seems that juliaup does not have exclusive access to the lockfile. The error seems to have originated here: https://github.com/JuliaLang/juliaup/blob/0a42faa402ff9081b21c6fa341f581f65dedb4a8/src/config_file.rs#L184-L191 A short description of the Linux errno 121 `EREMOTEIO`...

Tangentially related to #631

What kind of improvements are you looking for, @davidanthoff ? Perhaps including the file path in the error message? @jjvliu your input would be appreciated here.

> I think maybe just something along the lines of "You are trying to install into , which already exists, please remove before you try to install Julia" or something...

Refer to #110, it's a similar issue

Update about solution `(2)` Compiling with the following command: ```text ❯ RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build -p typst-cli --release --target x86_64-unknown-linux-musl ``` `target-feature=+crt-static` enables static compilation completely Produces the following binary: ```text...