François Mockers
François Mockers
> Unfortunately, our current gltf library doesn't support that extension. Someone could resubmit https://github.com/gltf-rs/gltf/pull/350
By despawning your sprite, you trigger asset cleanup for your image. When re-adding the sprite just after, the image is being reloaded, but cleanup is not unscheduled. Asset cleanup happens...
Hello, Do you have a publicly available Jenkins, or a setup I can easily reproduce in a container ? It's not a project type I'm using and it would greatly...
I (maybe) added multi branch pipelines in branch [multibranch-pipeline](https://github.com/mockersf/jenkins-api.rs/blob/multibranch-pipeline/src/job/multibranch_pipeline.rs) As I can't test it myself, I would love to get feedback. How it should work: ```rust let multibranch = jenkins.get_job("multibranch...
> Looks like I should use expect here and just log the errors. I'll update my PR soon. you kept 3 `expect`, is it... expected?
@mnmaita I started taking a look, this will require a rewrite of most of the event loop. instead of one closure, Bevy now needs to pass a struct that implement...
@Brezak or @pietrosophya could have opinions on that I think it should be renamed / merged with some of the other fields used for the event loop. Up to you...
Not to add pressure or anything, but after some investigation it seems Android support will be broken on Rust stable until Bevy is updated to winit 0.30 which brings android-activity...
> What happens when there's a failure? does ci just fail or are you able to see the diffs somewhere? it should log an url like https://pixel-eagle.vleue.com/project/b25a040a-a980-4602-b90c-d480ab84076d/run/1335/compare/1327 that will let...
job is currently failing because the secret is not set