Olivier Goffart

Results 105 issues of Olivier Goffart

It's still using the old derive marco hack. Having a real proc macro will also make the rust! better as we won't need an unique name in there, and we...

Right now the node bindings are using an outdated version of neon (0.8) but these don't work with the newer node ( it is sticked at node 16) One problem...

language-javascript

We should have a way to declare enums in .slint. ```60 enum Foo { bar, bli, bla, blu } ``` The question is wether to have a `:=` for consistency...

enhancement
rfc

There is a problem in the [HTML/CSS of the slider puzzle](https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/slide_puzzle/index.html) that makes it not visible on Chrome android. To reproduce: Open https://sixtyfps.io/snapshots/master/demos/slide_puzzle/ with the chrome browser on android and...

bug
help wanted
platform-wasm
demos

Testcase: ``` Sub := HorizontalLayout { property val: ext; property ext; } App := Window { property value; property cond: true; property external: "HELLO"; if cond: Sub { val value;...

bug

This will close the window (and currently the application because there is only one window) Also add an exit_code int to the eventloop quit function and make thi run_in_event_loop return...

The idea would be to have a `Palette` singleton in the style, similar to the `StyleMetrics` one. The palette would have property for each interresting color. Idea for picking the...

enhancement

I don't think this is a breaking change actually. One thing that this doesn't constraint is the return type. But i don't know if there is a standard concept for...

Not to be confused with #241which is about expression in bindings. It is often desirable to choose a different component base on some condition or value ``` if mode ==...

enhancement
rfc
a:language-slint

Currently (as defined in lookup.rs) when we have a unqualified name in a expression (for example, `right` in `horizontal-alignment: right;`) the lookup rules goes as follow: 1. **arguments** of a...

compiler
rfc
breaking change