Jocelyn Turcotte

Results 14 comments of Jocelyn Turcotte

Would it make sense to write `Colors.xyz` in the documentation instead to prevent this surprise? I actually didn't know that color literals were defined in the Colors namespace. I'm stumbled...

So I figured that maybe I should have read the documentation before filing a bug. It does seem to respect [the documentation](https://slint.dev/releases/1.1.0/docs/slint/src/reference/types#conversions): > Struct types convert with another struct type...

The "Cannot convert void to Data1" error would seem to be a legitimate issue though, even according to the documentation.

OK thanks, so it works in an array, but for a straight property I guess I have to leave it empty to get that result: ```js in-out property prop4: [{}];...