Ruud van Asseldonk

Results 100 comments of Ruud van Asseldonk

I’m waiting to see how that fork turns out, the process of migrating the repository looks like a big mess, and even if most of the developers moved, I haven’t...

Apart from the text being clipped, the icons in the toolbar are too small (with Gnome desktop), but the menu bar **is** scaled correctly.

I also observed this and similar snippets (where `rng` is a `WyRand`) hitting the unreachable case: ```rust let value = match self.rng.generate_range(0..4) { 0 => 0, 1 => 1, 2...

I was going to open an issue to request to add a `rust-toolchain.toml`, then I found this. I’ve been unable to compile the AUR package for more than half a...

> Do you have an example of a version of this app that does not build with a Rust version newer than whatever was the latest Rust release at the...

Thank you for taking the time to open an issue. I wouldn’t call the repository abandoned, I intend to make a new release with everything that’s on master. But to...

I just published 3.5.0 which includes #36. I cherry-picked the contributions that were compatible on top of 3.4.0 for that release, there are other changes on master still unreleased. I...

Are you able to share the file, or better yet, a minimized version of it that still reproduces the problem?

Thank you for taking the time to open an issue! The `wValidBitsPerSample` field is redundant in most cases, where it is equal to `wBitsPerSample`, but `wValidBitsPerSample` can also be smaller...

Thank you for taking the time to open an issue! > It would be useful to have a similar iterator that gives a whole frame per iteration (i.e. one sample...