Hadrien G.

Results 72 issues of Hadrien G.

You sollicited feedback on this crate in https://github.com/rust-lang/rust/issues/80094, but that did not seem like the right place to give it (off-topic wrt the original issue, which might eventually be closed...

**Is your feature request related to a problem? Please describe.** At this point in time, cursive does not detect when multiple views are given the same name. Puzzling debugging sessions...

Here are a few extra things I wish I knew when I started messing with Rust's iteration traits, in addition to what your tour of Rust traits already contains: -...

While they have a good chance of avoiding namespace collisions, numbered anonymous types are decidedly not very readable. ![image](https://github.com/rust-lang/rust-bindgen/assets/1305080/f609af79-b830-4391-b6ed-c8f31a0cda01) It would be nice if bindgen could use the field name...

C libraries commonly (ab)use defines to represent compilation constants. Therefore, the Doxygen documentation of these defines can contain valuable information and should be kept by bindgen, but alas it currently...

C and C++ commonly use `snake_case` type names, so the `non_camel_case_types` default rustc lint generates a lot of noise in bindgen-originated modules. There should at least be an easy way...

C libraries are not always very careful about documenting their safety requirements. But unsafe rust functions are expected to document in which circumstances they are safe to use. To resolve...

`rustdoc` treats the first paragraph of an item's description as a brief description to be used in higher level docs (module item list, etc). Historically, Doxygen has required use of...

I have some tests around which assert that panics occur when invalid inputs are sent to certain functions. These tests run several times slower under nextest than under cargo test...

deferred

### Your idea It would be great if in addition to highlighting hard/impossible individual notes, MuseScore had at least some (possibly limited and instrument specific) ability to highlight hard/impossible chords....

feature request