dumblob
dumblob
Beware of one thing - vast majority of today's GUIs (including Android) do not do it well - namely they build upon the premise, that event will be consumed just...
Actually you never want to know just max screen width and height (assuming `millimeters`). You additionally **need** to know either DPI (or alternatively number of pixels horizontally and number of...
I was again thinking about making "real-like" numbers somehow pluggable because it seems not many people are interested in changing the currently default binary floats to something *sane* like decimal...
It's been some time already but I saw some multiplatform IME library project which could potentially be used as an optional dependency by Sokol (or if Sokol devs won't do...
Tightly related: https://github.com/vlang/ui/issues/20
>Proper eventing system using eventbus instead of the current struct Fn fields. This might be solved automatically by implementing everything as [generic streams](https://github.com/vlang/ui/issues/7#issuecomment-575102513 ).
From the "backend" point of view, this request is a subset of https://github.com/vlang/ui/issues/19 .
Not really. Read about "reactivity" ("streams", "events", "data streams", "live variables", you name it...) in https://github.com/vlang/ui/issues/7#issuecomment-575102513 .
I've seen many times in discussions (especially from those pushing structural typing more than nominal typing) that **predictable** performance across underlying HW is a goal. How much is the statement...
@julianwachholz `server_name ~^(?.+).mydomain.com$;` suggests your setup doesn't support `mydomain.com` showing picoCMS site named `website-` (no, it's not a typo) instead of the Nextclouds web interface (which could be proxied e.g....