Results 59 issues of Niklas Fiekas

## Summary Add the `sync_percent` field, which is useful to monitor the progress of lvm raid scrubbing. ## Checklist - [x] No AI generated code was used in this PR...

feat
plugin/input

### Use Case By default, `lvs` provides a `Cpy%Sync` column to monitor the progress of copies (`copy_percent`) and raid scrubbing or repair (`sync_percent`). This is useful to monitor as important...

feature request

`mosquitto_subscribe_multiple` and `mosquitto_unsubscribe_multiple` do not need to change the characters in the list of topics. Make the signature more precise to reflect that. Now works without cast array of `const...

Fixes #6832. As suggested in the issue, this computes the scroll throw vector based on a short history. Initially I computed the speed over the entire history up to a...

💤 Stale
👀 Review needed

A flex track containing items with flex grow (without max width) should always be filled completely. Before, `grow_unit` is always rounded down, somtimes leaving empty space on flex tracks. Adds...

flex
style

Currently `lv_obj_get_style_property()` returns an uninitialized value if the style is not set locally. What should happen? * Should the property be resolved using non-local styles, ultimately returning a default value?...

style

The contract for `LV_PROPERTY_TYPE_TEXT` appears to be that the content is owned by the widget, but `LV_PROPERTY_TEXTAREA_ACCEPTED_CHARS` stores just the pointer (as documented in `lv_textarea_set_accepted_chars()`). So it is not suitable...

Depends on https://github.com/niklasf/shakmaty-syzygy/pull/23