-
Is there is any interest in hosting an (official) rust-fuzz docker image with things like cargo-fuzz and afl-rs pre-installed and keeping up with the latest nightly rust?
I set up a repo for it her…
-
enabling features "rspc" and "migrations" together, and running `prisma generate` causes the following panic:
```
#11 7.766 Compiling prisma-client-rust v0.6.11 (https://github.com/Brendonovich/p…
-
### Problem
Hello!
I developing my application on kubernetes. For development, I use minikube, I **mount my host repo** inside a pod and I build/run from inside it.
However, I have the following…
-
It came up today that kate-config does not have a license file. I filed a [PR](https://github.com/rust-lang/kate-config/pull/9) to fix that, but there are others.
- [ ] crates.io-index - I'm not su…
brson updated
2 months ago
-
We have seen this error several times recently:
on:
* 2023-10-10T01:05:38.498Z
* 2023-10-23T01:03:25.895Z
* 2023-10-26T01:08:47.479Z
* 2023-11-04T00:59:29.566Z
* 2023-12-26 (25?)
* 2023-12-30…
-
When running `cargo` in a `quay.io/pypa/manylinux2014_i686:latest` Docker container, it gives the following error
> /root/.rustup/toolchains/nightly-i686-unknown-linux-gnu/bin/cargo: error while lo…
-
I'm facing a problem trying to build a project that uses this this crate.
I'm running inside the docker rust:1.44.0.
I have installed the nightly:
```sh
rustup toolchain install nightly
info: s…
-
### Describe the bug
There is a capacity overflow in `sys_getdents()` at kernel/src/syscall/getdents64.rs:36 when call `sys_getdents` with large `buf_len`.
https://github.com/asterinas/asterinas/b…
-
Hello, as mentioned on the official tracing-subscriber crate docs, the subscriber's minimum version is increasing with the latest stable Rust version. I'm guessing this is why I'm facing the issue I w…
xOrfe updated
5 months ago
-
Hi!
I've been really struggling to install the package in an EC2 instance that happens to have an aarch64 processor and is running ubuntu. Are there any plans to add aarch64 support for linux machi…