Vitaly Puzrin
Vitaly Puzrin
@rafaelcaricio > `lvgl-rs` seems to be exactly what you are looking for. Let me know what you think. At current moment i use lvgl directly, and don't like use it...
@xgroleau from readme: "Slint apps can run on MCUs with less than 300K of RAM." That's out of expected for small MCU-s.
That's not GUI at all, just a shapes drawer.
Note about Event Loop. IMHO support of something like async/await required. With pure promises/futures and callbacks it's still not convenient to read and write code. Of cause, async/await helps only...
@Nemo157 yes, thanks. I'd like to clarify. There are 3 "components" to keep code clean: - event loop - async/await (or something of this kind) - futures at HAL level...
We have simple tests, no such problem. May be lazy evaluated functions will help? Instead of selector string you can use helper call to add prefix. Something like `pref(my_string)`. A...
As far as i remember, we have prefix for `.open()` to not write boring `http://localhost:3000` in each address. From this point of view, your example looks convincing. In theory selector...
Seems to be a bug. Try to roll back to v3 or v4. Probably something was broken on rewrite. Support of this package is very limited now. Don't expect fix...
(?) duration exists in page body as ``, but google can ask capcha sometime.
ndoc throws error on syntax mismatch. I guess, original pdoc does not allow it too. But, as i said, i don't see principal problems in syntax extention. /cc @ixti