Olivier Goffart

Results 270 comments of Olivier Goffart

Currently, all our built-in enums values are kebab-case. The rational for that is that this is closer to CSS syntax. When we will be able to declare enum values in...

> > Should we convert to CamelCase enum values while generating rust code? > > Could this be done in an automated way? I can't think of how. Yes we...

> `x: (parent.width - width) / 2;` The x and y property are going to be moved outside of the popup because we use the x and y before the...

This is implemented now.

Cargo sets the `TARGET` env variable when running the build script. It would be nice if that env variable was also set when invoking rustc. That way the proc macro...

I've been wanting to do that for a long time, but never got around to do it. The current system is working well enough for me so i didn't get...

Looks like a similar problem to https://github.com/mystor/rust-cpp/issues/107 Closing this one as it has less details.

Preview of the work in progress for the separate .slint docs in https://slint-ui.com/snapshots/master/docs/slint/

Closing this issue as this is probably just a configuration issue.