Moritz Mœller
Moritz Mœller
On that note. I saw `is_geometric_consistent()`. I think this should be `is_geometrically_consistent` or maybe it could be abbreviated to `is_geo_consistent()`? I.e. there is the geometric consistency and if that is...
I like to mention [elm-ui](https://orasund.gitbook.io/elm-cookbook/frameworks-1/elm-ui-1) for inspiration – as an alternative to CSS concepts. There is also [a talk from its author on youtube](https://www.youtube.com/watch?v=NYb2GDWMIm0).
A, kindly ignore. I just saw that **elm-ui** [is already on your radar](https://github.com/hecrj/iced/issues/30#issuecomment-551990051). :)
When you want to call an external tool to resize an image, e.g. for a preview, it is often preferable to make sure the latter has a pixel aspect of...
Yes, that sounds good. But it would be `pixel_aspect` which is short for *pixel aspect ratio* which is what literature and industry have settled on, as a term for this,...
I also suggest to put this behind a feature flag. 😁
No wuckers. I wasn't expecting this to make 3.0 anyway. I track all renaming suggestions I have in a Google sheet. I figured a while ago that there are too...
For naming changes in e.g. method names it is also not so bad, you keep the old name, add a deprecation warning and give clients a sensible grace period before...
We probably need an minimum example and a bit more info. I.e. are you on Windows or macOS, does the issue manifest on both platforms etc.
On that note: it would really help to have some info about lifetime expectations of `ParamValue*` types referencing data (vs. owning it; i.e. `m_nonlocal==true`). How long does the caller need...