-
This only happens with rust doc.
Crate builds and runs tests successfully on current master: https://gitlab.com/spearman/math-utils-rs/-/commit/9a16929f40de8a21815cae85d889bca8edf28ae2
ICE occu…
-
**Describe the bug**
^^ Title
**To Reproduce**
Steps to reproduce the behavior:
1. cargo install --git https://github.com/tversteeg/emplace
**Expected behavior**
Works on termux as this issu…
-
Building on nix using the `github:typhon-ci/typhon/master`, I get the following:
```
error: builder for '/nix/store/k6xwwzb4g4jx2p5mcdqxrvlirjjbz17x-typhon-0.0.1.drv' failed with exit code 1;
…
-
### Describe your problem here.
Is there a way to change the velocity of a specific strum line note. I mean something like making all notes pointing to the right go at a different velocity with an ev…
-
## System information
Windows 11
## Describe the bug
Attempting to run `cargo install --locked --all-features --git https://github.com/lapce/lapce lapce` yielded the following output:
``…
-
rustc crashes on the [just](https://github.com/casey/just) project on Ubuntu in the release mode (debug mode is ok):
```
yuri@yuri-ubuntu:~/just$ cargo build -r
Compiling just v1.24.0 (/home/y…
-
### Describe your bug here.
I had just uploaded a mod where the Eddsworld crew verse the DDLC crew over Four Way Fracture and everytime I get to the part after Edd (where sonic would be) it crashes w…
-
`enum-primitive-derive` seems unmaintained and pulls old likely-unmaintained `syn v1` (no release in 2y, see https://gitlab.com/cardoe/enum-primitive-derive/-/issues/10)
A quick check in https://gi…
-
## Setup
Linux Ubuntu 20.04.6 LTS 64Bit
### Versions
- **Rust:** 1.73.0 STABLE
- **Diesel:** 2.1.3
- **Database:** Postgres SQL 12.16
- **Operating System** Linux Ubuntu 20.04.6 LTS 64B…
-
Being able to get `String` from Enum would be nice.
```
let mut sys: System = System::new_all();
let disks = sys.disks();
for disk in disks {
let disk_kind: String = disk.kind().to_string(…