Zercerium

Results 12 comments of Zercerium

Hi, are you happy with the mentioned behaviour for your use case or do you think a version command would be helpful?

nah i don't want to edit it 😅. Was just for testing, if the error is then gone.

```rs 2024-02-13T17:35:30.838956Z ERROR rust_analyzer::main_loop: FetchBuildDataError: error[E0531]: cannot find unit struct, unit variant or constant `SIGABRT` in crate `libc` --> /Users/nick/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/test/src/test_result.rs:102:24 | 102 | Some(libc::SIGABRT) => TestResult::TrFailed, | ^^^^^^^ not found...

> Does this happen with the latest nightly rust-analyzer build? 2024-02-15 / 2024-02-16 Yes, updates to rust-analyzer version: 0.4.1843-standalone (b9b0d29b8 2024-02-15) and rustc 1.78.0-nightly (a4472498d 2024-02-15)

seems plausible cause the line was added here, if I'm correct https://github.com/rust-lang/rust/commit/f622e832d41171578b6987d0b25b3a84d6d1c81c#diff-c91a894be23c4fb9ac51642c91c20500cdd48f7f0114b4b3c6a8a1cb47afa674

workaround if you are using jupyterhub in Kubernetes: edit the helm chart and add the key extraFiles with the following content: pls replace the domain with your domain ``` singleuser:...

I could try to provide a PR for this (to fix this on Windows). I would use conditional compilation or any other suggestions. (Command line flag?) At the moment the...

any updates? my current suggestion would be to add a flag and if not present fall back to the current os as the default, I think I could provide a...

Do you are using windows / CRLF line ending in the .wit file? issue is mentioned here: https://github.com/tauri-apps/tauri-bindgen/issues/145 and potential fix https://github.com/tauri-apps/tauri-bindgen/pull/146 If I set the line ending from LF...

It would be a benefit to deploy your own instance, so that you don't have to rely on the web app and you have the control about what is running....