-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi…
-
Hi,
Using the default DB settings, by default when comparing a string as part of a query it does it so by doing a case insensitive comparison.
I tested that on some non-ascii characters and it i…
mcrio updated
3 weeks ago
-
I forgot to set `ulimit -n 99999` before av1an is done encoding on (Arch) Linux, this is the result:
```
thread '' panicked at 'assertion failed: !self.chunk_queue.is_empty()', av1an-core/src/broker…
-
With UBRN from 7afb49b50990e79efd21a14575f9e9147c254c46 and the following `ubrn.yaml`
```yaml
---
crate:
repo: https://github.com/matrix-org/matrix-rust-sdk
rev: 19b9a73ecc3e31d502dbf0c5850…
-
**Is your feature request related to a problem? Please describe.**
I am using Leptos to manage large objects, including [WebGPU objects that cannot be cloned](https://docs.rs/wgpu/latest/wgpu/struc…
-
### Summary
`clippy::mutex_integer` lints on usages as well as definitions, which seems redundant (and could be unactionable if this happens cross-crate).
### Reproducer
I tried this code ([playgro…
-
I'm attempting to use `os_log` in some AudioUnit system extensions. Intermittently, logging initialization will crash hard while attemping to allocate the c-string for the logger name (!).
I'm not…
-
**Describe the bug**
Followed docs. When calling `tfhe::generate_keys`, I get a panic at the end of the program execution (not during the function call). The panic is:
```
thread '' panicked at…
-
I am compiling an embedded program for the Arduino, requiring the rust nightly version. It seems, that this crate cannot convert `u8` to `u16` on the nightly version.
```rust
[nix-shell:~/Source/B…
-
I'm trying to host the docs of some private crates.
I've found https://forge.rust-lang.org/docs-rs/self-hosting.html but it does not say anything about private registry.
Also according to https:…