Alix ANNERAUD

Results 17 issues of Alix ANNERAUD

### Introduce the problem It would be good to be able to get rid of the rendering part when needed (with a `#define` in `lv_conf.h`), somewhat like having a "client"...

stale

Hello, would it be possible to update Mermaid to version v10.9.1? The introduction of the ["block diagram"](https://mermaid.js.org/syntax/block.html) feature in version v10.8.0 would be very useful with nbconvert. Additionally, would it...

Hello, apart from the latest commits that have completely broken the build, I am unable to compile lvgl : ``` error: failed to run custom build command for `lvgl-sys v0.6.2...

Since `lv_binding_rust` appears unlikely to be updated for LVGL v9.X anytime soon, could `lvgl-sys` be moved to a separate repository to allow for regular updates independently of `lv_binding_rust`/`lvgl`?

This feature is necessary when `LV_MEM_CUSTOM=1` because `lv_deinit()` is not defined in this scenario : ``` error[E0425]: cannot find function `lv_deinit` in crate `lvgl_sys` --> /home/alix_anneraud/.cargo/git/checkouts/lv_binding_rust-d86feb7597e107b7/9829aef/lvgl/src/lib.rs:103:23 | 103 | lvgl_sys::lv_deinit();...

### Introduce the problem Hi, It appears that the development of `lv_binding_rust` has stalled: - The last commit was five months ago. - It has been broken for the same...

### Support guidelines - [x] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) ### I've found a bug and checked that ... - [x] ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my...