Jeremiah Senkpiel
Jeremiah Senkpiel
I feel like I was maybe to harsh in that comment. I do presently feel relatively strongly that this could have significant negative repercussions but I would still like to...
> they assume we're able to objectively classify which code is considered blocking, [which we can't](https://ryhl.io/blog/async-what-is-blocking/). I'm not sure I agree with that. In my mind there is some behavior...
I am in fact misunderstanding; the existing proposal is probably very familiar to those working on it but is rather outwardly confusing. My issue is present when - as per...
I am encountering this with Alpine linux 3.18 in Docker targeting arm64. `cargo tree` does not contain `openssl` or anything containing `ssl` for me. A basic build with minimal /...
Here is my linker error, presumably from `libgit2-sys`: ``` 10.06 error: linking with `cc` failed: exit status: 1 10.06 | 10.06 = note: LC_ALL="C" PATH="/usr/local/rustup/toolchains/1.74.1-aarch64-unknown-linux-musl/lib/rustlib/aarch64-unknown-linux-musl/bin:/usr/local/rustup/toolchains/1.74.1-aarch64-unknown-linux-musl/lib/rustlib/aarch64-unknown-linux-musl/bin/self-contained:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "/usr/local/rustup/toolchains/1.74.1-aarch64-unknown-linux-musl/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crt1.o" "/usr/local/rustup/toolchains/1.74.1-aarch64-unknown-linux-musl/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crti.o" "/usr/local/rustup/toolchains/1.74.1-aarch64-unknown-linux-musl/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtbegin.o"...
It seems the origin issue is https://github.com/rust-lang/rust/issues/89626
Interesting. Is 0.11.6 the earliest node version this manifests in? We've had the above linked io.js issue for this for a while but haven't really been able to debug it.
@maruf89 Did you change OS X versions?
@devsnek looks like we need to test uploading to device to run the rest of CI?
> without the `_` I actually also mentioned this in a recent Mastodon discussion with Yosh - https://mastodon.social/@Fishrock/111817810166819135 The rest of the thread should also be visible there. Chris was...