Josh Groves

Results 260 comments of Josh Groves

This is extremely cool @reitowo! The API looks great and should match my use case perfectly - I'll try this out soon

@benoitlahoz Yeah I'll build @reitowo's fork. @reitowo also linked a repository with an example above (https://github.com/reitowo/electron-test-import-texture) so you can easily swap it out with your own external texture.

Hi! :wave: Could you please provide the full error message? If it crashes at `set_text` then it could be an issue in `cosmic_text` instead of `glyphon`

I don't think there's much we can do here from the glyphon side if it's crashing in cosmic-text unfortunately. I guess we can track this in pop-os/cosmic-text/issues/243 if that's the...

@CrazyboyQCD it looks like `catch_unwind` isn't needed anymore for this callback as of Rust 1.81, so we can remove it entirely (https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#abort-on-uncaught-panics-in-extern-c-functions) and keep the code the same between std...

Hi! This might be on the cosmic-text side, but would you mind creating a small example so I could look into this?

Definitely, we should add this

Does `locate_in_envelope_intersecting_mut` have the same issue? It seems like it allows us to change the geometry, but the tree wouldn't know that the envelope haw changed.

@kvark would you be ok with this?

@mmaietta > Would you mind sharing a minimum reproducible repo/gist for this issue? I'd like to create a unit test for this You could take any plain electron-builder setup and...