Lumina Sapphira

Results 18 comments of Lumina Sapphira

It does fix the issue for me. Just had to specify `eframe = { git = "https://github.com/emilk/egui.git" }` in `Cargo.toml`. Crashing resolved, and "...still attached" lines gone from log.

I think it would make sense for us to support these and emit a suppressable warning if they are used. @Lucretiel

We ran into some issues wherein previously working FFI calls in downstream projects broke. As a result in #97 the changes were reverted. This is still on our radar, but...

Hello, and thanks for submitting an issue! We will take a look at this soon!

Hello, and thank you for your suggestion. This isn't a high priority because the combination of generated and manually created code can be handled within a script/toolchain. That said, we'd...

Hello, and thank you for submitting an issue! We will be investigating this soon.

The current system for default mapping is to extend the SpecialRustType enum, which is effort intensive, and requires implementation on all languages. A better system would be data-driven mappings, similar...

Unassigning myself since I'm primarily working on the DateTime mapping as hinted at in the original comment.