-
Reported by a user. From the VS Code logs.
```
QIBM_JAVA_STDIO_CONVERT=N QIBM_PASE_DESCRIPTOR_STDIO=B QIBM_USE_DESCRIPTOR_STDIO=Y QIBM_MULTI_THREADED=Y exec /QOpenSys/QIBM/ProdData/JavaVM/jdk80/64…
-
[Helpers/repl] Add multi-line copy-paste capabilities for REPL
It would be great to be able to copy-paste multi-line text into our REPL and handle it properly!
As with Ctrl+D, given that it's based …
-
Our Rust project needs to bump a version in a Cargo.lock file. The contents looks something like:
```toml
[[package]]
name = "uuid"
version = "1.2.1"
source = "registry+https://github.com/rust-…
quad updated
10 hours ago
-
getting this when I do npm install and start
-
### Summary
RFC: [#2091](https://github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md#location-detail-control)
Original issue: https://github.com/rust-lang/rust/issues/70580
Document…
-
There are around 203 contracts in ZQ1 which fails to run contract checker.
All of them fails with below error:
```
Checker failed for address 0xfbe7495ccdedfc73aa3e23d90936d2856b057ada with error…
-
Recently, I've been observing Cargo being stuck on the "Downloading n crates" message for quite a while. In theory, this shouldn't be happening, as I have a very good internet connection here. I am no…
-
When using the gradio demo to recognize Chinese characters, the output often appears as gibberish or incorrect characters that are non-sense. I would like to know how to address this issue or if there…
-
If i have an DVB recording with more then one cc i would like to extract each cc into a new file.
like:
arte_multiaudio_deu.srt
arte_multiaudio_fra.srt
is there a way to auto handle multi cc…
-
This is a tracking issue for **Parallel Rustc Front-end**
This feature will improve compilation speed by parallelizing the process of rustc front end (before the codegen which has been parallelized…