tay64
tay64
Consider ```rust Hello := Rectangle { background: xxx.color; xxx := Text {} } export AppWindow := Window { Hello { states [ highlight when width < height : { background:...
#### Linker error: `export ordinal too large` while building `sixtyfps-macros`. See [sixtyfps-macros-ld-error.txt](https://github.com/sixtyfpsui/sixtyfps/files/7764246/sixtyfps-macros-ld-error.txt) for the full error message. The ordinal value it complains about is ~82000 (differs depending on circumstances). rustc...
What do you think about extending the `AtomicOptionBox` API with a function that only replaces the current content of an `AtomicOptionBox` if it's currently `None`? Possible signature (subject to bikeshedding):...