Joona Tiinanen

Results 3 issues of Joona Tiinanen

Ubuntu 20.04, GCC 10.3.0. Ultralight version 1.3.0 (3e70dc7) When linking Ultralight the following error appears: ```bash .../include/Ultralight/Matrix.h:41:18: error: expected identifier before ‘alignas’ 41 | struct UExport alignas(16) Matrix | ^~~~~~~...

OS: Windows 10 Ultralight version: 1.3.0 (3e70dc7) CPU renderer ```HTML document.getElementById("line").addEventListener("mouseenter", () => { console.log("mouse enter"); }); ``` **Expected:** mouseenter event is triggered when cursor enters the stroked polyline. **What...

I'm working on a custom RPC-like client-server communication layer, where I publish the back-end schema as JSON, and using this tool (thanks, BTW 🙂) I generate TypeScript for the frontend...

enhancement