Results 9 issues of rgiot

When using Bonzomatic from a laptop using a 4K display I have notice various issues : - laptop without monitor : Bonzomatic takes 1/4 of the screen (lower left quadrant)...

bug
not-windows

Hello, I have an argument defined this way ``` .arg( Arg::new("INCLUDE_DIRECTORIES") .help("Provide additional directories used to search files.") .long("include") .short('I') .takes_value(true) .multiple_occurrences(true) .number_of_values(1) .value_hint(ValueHint::DirPath) ) ``` Klask properly generates the...

Hello, I have a code that is executed when clicking on a button of an imgui interface. If this same code is launched within unit-tests it works perfectly. But when...

If I use the code of the issue #133 and apply to it this patch: ```diff @@ -49,4 +49,9 @@ mouse = g.addNode() viewLayout[mouse] = mouse_world viewSize[mouse] = (0.75, 0.75,...

Hello, in an application of mine, I've just encounter a segmentation fault when adding an edge to a graph. I had not this issue before, what I have done is:...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.73.0-nightly (4c8bb79d9 2023-07-15)...

C-bug
E-medium
A-validators

Hello with the current misterfpga version and the current scumvm installer, the launch of scumvm fails because of missing dependencies. They are: - /lib/libasound.so.2 - /lib/libcurl.so.4 - /lib/libncursew.so.6 I do...

With g++6.2.0, `wrappy` raise the following error when launching `example_plot` ``` terminate called after throwing an instance of 'wrappy::WrappyError' what(): Wrappy: Lookup of function matplotlib.pyplot.plotfailed. zsh: abort (core dumped) ./example_plot...

**Describe the bug** Windows does not seem to be able to generate key events for numbers (but also for other chars). **To Reproduce** This minimal example illustrates the issue. ```rust...

bug
needs investigation