Jonathan Spira

Results 51 comments of Jonathan Spira

Unfortunately, it's not just that it's not possible in the current api, it's actually an issue in Rust itself. On a fundamental issue, `Cosync` should *never* have a lifetime on...

Sounds good, I can get this done. It's a bit out of scope of the project, since by definition, this project *isn't* trying to do that, but ironically, it's architecture...

Shit! Looks like we're going to 0.8.2

Does anyone know of a way we could have prevented this in CI in the future?

let me know when we're good to go for gucci 0.8.3?

There's no reason we can't take an `&[u8]`, except that users need to understand that if they drop the payload *outside* a target, they never get the payload target event,...

this example here: ```rs let buffer: Vec = vec![1, 2, 3, 4]; source.begin_payload_buffer(ui, buffer.as_slice()); ``` is UB, since `buffer` will be dropped at the end of its frame, and the...

HMM. I have absolutely no idea! Can you tell us more about your dylib? Also the docking branch is a larger conversation, but please comment on https://github.com/imgui-rs/imgui-rs/issues/435 to help us...

I will add some bindings to this soon (probably from scratch). I will say, you don't actually need these functions for anything at all -- all of them are high...