Sebastian Dröge

Results 139 issues of Sebastian Dröge

From [here](https://github.com/sdroege/ebur128/pull/36#discussion_r519305994): I think at some point we should simply drop the C tests as long as we have new tests that cover all the components equally well. The implementation...

Working on it and have something running that needs cleanup/completion

See https://dev.to/luzero/testing-your-crate-c-api-19nc

enhancement
good first issue

`tinyvec` doesn't contain any unsafe code and should perform the same, so let's try it.

enhancement
good first issue

Currently when we're parsing a `ScriptData`, a single broken or unknown element makes the whole `ScriptData` parsing fail. It would seem nicer if parsing could at least return everything that...

enhancement
hacktoberfest

See https://github.com/rust-lang/cargo/pull/10717 for the corresponding fix in cargo. When running `cargo outdated` on such a repository, it will still download all the git submodules while `cargo update` for example won't....

### Summary The case in question that was wrongly reported is the following ``` warning: unnecessary closure used with `bool::then` --> glib/src/convert.rs:122:9 | 122 | (iconv as isize != -1).then(||...

C-bug
I-suggestion-causes-error
I-false-positive