Results 59 issues of Niklas Fiekas

> I think only the last non-bound score and the last score (which already carries information on it being upper or lower bound) matters. > so any non-bound score supercedes...

enhancement
engine

Fixes #5606 by implementing and using a new flag `LV_TEXT_FLAG_BREAK_ALL` (like [`word-break: break-all` in CSS](https://developer.mozilla.org/en-US/docs/Web/CSS/word-break)). The private `lv_text_get_next_word()` already had a `force` parameter, which is replaced by the new public...

examples: http://www.chessdb.cn/cdb.php?action=queryall&board=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201&json=1 http://www.chessdb.cn/cdb.php?action=querypv&board=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201&json=1 github: https://github.com/noobpwnftw/chessdb cc @noobpwnftw

prospect

- ~tune relative importance of criteria~ - better piece-square tables - arithmetic coding (https://www.reddit.com/r/chess/comments/83xmhl/lichess_developer_update_275_improved_game/dvlsijp/) or grouping symbols in the huffman code (https://lichess.org/forum/general-chess-discussion/blog-Wqa7GiAAAOIpBLoY?page=5#44) - use different huffman codes depending on the...

prospect
foundational

Adds `lv_label_set_max_lines()`, similar to `lv_spangroup_set_max_lines()`. This is especially useful in the scenario shown in the test case: The label should be centered vertically, so height needs to be as small...

Fixes file configured at `${CMAKE_BINARY_DIR}/lvgl.pc` but later installed from ```cmake install( FILES "${CMAKE_CURRENT_BINARY_DIR}/lvgl.pc" #

### LVGL version v9.2.0 ### What happened? Try to throw a scrollable list with the input device created by `lv_sdl_mouse_create()`. Scrolling stops immediately, there is no scroll momentum. This was...

🔎 Investigating
🚀 Enhancement
⚙️ For Intermediate

Adds the following items under the ~~`read_buf` (rust-lang/rust#78485)~~ `read_buf_at` (rust-lang/rust#140771) feature: - `std::os::unix::fs::FileExt::read_buf_at` - `std::os::unix::fs::FileExt::read_buf_exact_at` - `std::os::windows::fs::FileExt::seek_read_buf` try-job: `x86_64-msvc*` try-job: `test-various*` try-job: `dist-various*`

O-windows
S-waiting-on-author
T-libs
O-unix