becseya

Results 23 comments of becseya

I'd suggest closing this PR as #6143 contains the (functionally) same change

Unfortunately `4.0.0-beta4` breaks my application with error `SyntaxError: Cannot use import statement outside a module` when attempting to run it. I've rebased the changes of #19 to `3.2.0` and I'm...

I'd be happy to help this ticket move toward a more specific implementation. To iterate on the ideas so far: - __Adding `lv_anim_create`__: Alternative instead of "`lv_anim_t a;` + `lv_anim_init(&a);`"....

Ah okay. So when it's created by `lv_anim_create` the "internal free" should not be automatically applied, Unless the "auto delete on ready" is true. API mechanism is also clear for...

Does it need to be cherry-picked to other release branches?

It was tested manually for several version variants. I'd go with that, writing test cases for such a small script feels extensive.

This seems pretty straightforward, I'd be happy to take this issue. One thing that comes to my mind is "live" versioning, where the current version (git describe) is reflected in...

I've concluded the same. I was just wondering if it would be desirable to use the git commit hash as a new feature. (in this ticket or adding to backlog)

What I have imagined does not affect files in each commit/merge: - make and cmake build system is extended with a mechanism that detects the presence of git versioning system...