Simon Hausmann

Results 390 comments of Simon Hausmann

Straightforward syntax, and very sensible. I'm much in favor.

Unfortunately that's also not possible right now. Maybe implementing #4250 would not be too difficult. @FoundationKen would that be an option for your device and ram? You'd then call something...

I don't recall fixing this in particular, but I've recently had somebody ask for the same and it worked (in an MCU environment). I used `import "./NotoSans-Regular.ttf"` and `import "./NotoSans-Bold.ttf"`...

> Okay, I'm back! Yay :) > The assumption that on Linux it's always GNU or musl appears to be wrong: > > ``` > $ rustc --print target-list |...

I think that this should not be worked around in the application, softbuffer should apply the contents scale factor to the layer it creates as if the application rendered it...

If we had say `option` like this: ```slint property maybe-length; ``` We could either do it like typescript and say the compiler requires an earlier check: ``` clicked => {...

How are you rendering to the screen? We made a change in 1.6 regarding the dirty regions. Render now returns the region that has multiple rectangles, all of which need...

Thanks for confirming. So it can’t be that. Does the background change work if you remove the animation on the background property? (Not a solution of course, but helps narrow...

Ouch, ok, so my theory of it being related to the time is not true either :(. Since you're calling `render_by_line`, could you try to see via debug output what...

I'm curious here, does this happen right on startup or after some time of usage?