Xeonacid

Results 30 issues of Xeonacid

#### System information Geth version: 1.13.13-stable OS & Version: Linux Ubuntu 22.04 #### Expected behaviour Type `geth ` then press Tab, a command completion is listed. #### Actual behaviour Files...

type:bug

- `^(HASHCAT_ROOT=)` instead of `^(ROOT=)` - single quotation instead of double quotation to avoid `bash: !\1\: event not found` error

It has been **4 years** since the last release! There have been many cool features since then like RISC-V support. Could you please make a new release so Linux distros...

Enable building on riscv64. I agree that my contributions are licensed under the MIT License. You can find a copy of this license at https://opensource.org/licenses/MIT

https://github.com/astral-sh/python-build-standalone/releases/tag/20250115 added riscv64-linux.

https://github.com/astral-sh/rye/blob/d67cac134f70fdcc6965d4ccb2633b286c494229/rye/Cargo.toml#L53 https://github.com/konstin/poc-monotrail is archived. May consider forking it or dropping the dependency.

## Why is it important? Fix `he` to `The` ## Related Issue

`monotrail` crate does not use `cpufeatures` at all. `monotrail-utils` only uses `cpufeatures` on x86/x86_64. This helps compiling the crate on `cpufeatures` unsupported platforms like riscv64.

## Environment * OS: Arch Linux x86_64 * rage version: 0.11.1 or the lastest commit https://github.com/str4d/rage/commit/d7c727aef96cc007e142f5b21c0d19210154b3c7 ## What were you trying to do `cargo test --frozen --all-features` ## What happened...