Franklin Blanco

Results 6 issues of Franklin Blanco

Request with payload (Middleware activated) Request with same payload (Middleware deactivated) How I set the middleware: The middleware struct & implementation. Copied straight from ``` use std::{future::{ready, Ready}, rc::Rc, io::Read};...

As mentioned in #1258 - [x] Created an Into method to convert request::Response -> http::Response Now what you have to do is implementing From for what you want to convert....

This is more of a question. Is there any way to convert Result into a swift Result? I really REALLY dislike exceptions, rust has taught me better ways. I don't...

Hi, changing the pose of my armature I realized the gltf_auto_export plugin doesn't persist these changes in the .glb file. In blender: ![Screenshot 2024-02-17 at 5 52 41 PM](https://github.com/kaosat-dev/Blender_bevy_components_workflow/assets/72827992/8a127e95-dc6a-42ea-a1b2-33d14f82ba43) In...

blender add on: gltf_auto_export

Orphan data is created on every save. ## Auto export details ![Screenshot 2024-03-07 at 2 04 15 PM](https://github.com/kaosat-dev/Blender_bevy_components_workflow/assets/72827992/3faa2a26-ef0e-4703-b69d-ddfe8a908cc5) ### Orphan data panel (Just purged it) ![Screenshot 2024-03-07 at 2 04...

blender add on: gltf_auto_export

``` thread 'Compute Task Pool (3)' panicked at /Users/REDACTED/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_editor_pls_default_windows-0.8.0/src/cameras/mod.rs:437:64: called `Result::unwrap()` on an `Err` value: NoEntities("bevy_ecs::query::state::QueryState") note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Encountered a panic in...