Orhun Parmaksız
Orhun Parmaksız
Ah hell nah
I tried to implement `rustypaste-cli` with as few dependencies as possible so I went with `ureq` in the beginning. From the looks of our available options, it seems pretty bad/painful...
Exactly! I don't think there is anyone else working on this right now, do you want me to assign this issue to you? You can look into it whenever you...
Gotcha, no worries!
I actually packaged it for Arch Linux already: https://archlinux.org/packages/extra/x86_64/cargo-run-bin/ Also submitted a merge request to Alpine: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/58242 Will submit another PR here (for updating the docs) once it makes it...
Looks like we have to wait until Rust 1.74 is available on Alpine :/ ``` error: package `cargo-run-bin v1.7.1 (/builds/orhun/aports/testing/cargo-run-bin/src/cargo-run-bin-1.7.1)` cannot be built because it requires rustc 1.74.0 or newer,...
Good idea but unfortunately we cannot do that, the Alpine packages should be built from source.
Yeah, lowering the MSRV is definitely an option. Currently `1.73.0` fails due to these errors for me: ``` │ error[E0277]: the trait bound `Stdio: From` is not satisfied │ │...
I'm running `ghcr.io/umami-software/umami:postgresql-v2.11.0` and experiencing the same: ``` umami | yarn run v1.22.19 umami | $ npm-run-all check-db update-tracker start-server umami | $ node scripts/check-db.js umami | ✓ DATABASE_URL is...
I run the migration but now I'm getting the exact same error as @artfulrobot ("Something went wrong") I gave up debugging this and downgraded, will wait for the solution to...