amsam0

Results 22 issues of amsam0

**macOS version:** 10.14.6 **Kap version:** 3.3.2 #### Steps to reproduce 1. Capture a video 2. Click export 3. Cancel the export 4. Open activity monitor and search for ffmpeg 5....

**Describe the bug** I copied the custom types code snippet from [here](https://allcontributors.org/docs/en/bot/configuration) and I can't get it to work. When I ask it to add 'custom', it says that is...

bug

Passing raw bytes from Swift to Rust or Rust to Swift is currently pretty annoying and safety is not guaranteed. As a solution, I propose a `SwiftData(pub Vec)` struct to...

- fix: Add Debug to derived traits on Rust side even if one of the variants has data to hopefully avoid confusing the developer - fix: don't generate Debug functions...

Hi, I think it would be quite useful if RustVec had a builtin `intoArray` method. For example, I had issues using a RustVec in SwiftUI's `List` (I needed to use...

Here's an example. In `lib.rs` I have: ```rs #[swift_bridge::bridge] mod ffi { #[derive(Debug)] #[swift_bridge(swift_name = "MinimuxerError")] enum Errors { ... } extern "Rust" { ... } } ``` In another...

Hi, this might be something I missed when reading the book/tests/examples but I can't find a way to use the `derive` attribute on a transparent enum. Here's an example: ```rs...

good first issue

Using crates that depend on nalgebra together can be a pain due to nalgebra frequently increasing the minor version, thus causing a SemVer incompatibility. Would it be possible to use...

### Describe Your Request The native Discord client on iOS uses a lot of battery and more disk space than what should be needed. It also doesn’t really look native...

enhancement

Hi, running `cargo upgrade` gets stuck when using the sparse registry protocol. (It may be cloning the entire registry, but I'd rather not wait to find out) The issue is...

cargo-upgrade