Results 203 issues of Trim21

```cxx #include #include #include #include "fmt/ostream.h" #include "fmt/std.h" namespace fs = std::filesystem; int main() { const fs::path from{"/none1/a"}, to{"/none2/b"}; try { fs::copy_file(from, to); } catch (fs::filesystem_error const &ex) { std::cout

### Bug Description I'm running `maturin build --release -i 3.9 pypy3.9 pypy3.10` with `maturin 1.8.6`, with abi feature enabled: ```toml pyo3 = { version = "0.25.0", features = ["extension-module", "generate-import-lib",...

bug

Is is possible to also release this image to ghcr.io since dockerhub add a very low rate limit on anonymous user?

### Bug Description when multiple interpreter give, and second interpreter not found, it still show first one not found in the error message ```text ❯❯ ~/proj/uuid-utils (main) maturin build --release...

bug

### Bug Description I have a library when abi3 enabled, `pyo3 = { version = "0.23.1", features = ["extension-module", "generate-import-lib", 'abi3-py39'] }` and all these command only build cp39 abi3...

bug

### Bug Description pep621 [forbid](https://packaging.python.org/en/latest/specifications/pyproject-toml/#dynamic) build backends adding fields that are not defined in `dynamic`, but I find that maturin add at least `description`, `authors`, `keywords` and `project.urls.'Source Code'` from...

bug
pep-compliance

This will allow user to marshal error stack like this, without using json marshaler: ``` { "error": "a: raw error", "stack": [ { "function": "main.a", "file": "./main.go", "lino": 23 },...

### Discussed in https://github.com/jesec/flood/discussions/546 Originally posted by **jult** April 29, 2022 What is the unit? Monkeys? Bits, bytes? You really need to mention this at least somewhere. Nowhere could I...

Type: Bug Report https://github.com/jesec/flood/discussions/839 https://discord.com/channels/418267176873623553/641416725878800428/1334230097611329578 ## Your Environment - Version used: - Version (stable release) - Commit ID (development release) `git --no-pager log -1` - Environment name and version: -...