Gabriel Dechichi

Results 4 issues of Gabriel Dechichi

This is a small fix for a bug that happens when setting `ExceptionProperty` inside `TwoWayPropertyBinding`. It's currently using `option.ToString()`, which returns the default C# ToString() method for this class. The...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

The `hot-egui` example crashes on reload, if `eframe` is updated to version any version above `0.19.0` (`0.20.0`, `0.21.0` or `0.22.0`), with the following error: ``` Running `target\debug\hot-egui.exe` error: process didn't...

I currently can't run the hello world example in c. `gcc -Wall -Wextra -g -O0 main.c -lglfw -lGL -lleif -lclipboard -lm -o bin/main` Outputs this error: ``` /usr/bin/ld: /usr/local/lib/libclipboard.a(clipboard_x11.c.o): undefined...