XavDesbordes

Results 9 issues of XavDesbordes

Hi, Currently, I manually add a u32/u64 size prefix (depending on context, always known in advance) to my archives when storing on disk. The afterthought is that I may access...

Dioxus 0.5.0. alpha 2 Linux Full stack app Hi, Currently rewriting some app I had in TS into Rust. I want to create many reusable components for my projects, so...

Debian testing / KDE plasma 5.27 / Linux 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.15-2 (2024-02-04) x86_64 GNU/Linux Hi, Thanks for your great work. I own a Rog Strix Scar 2...

Hi, Say at time T0, Ihave the following struct: ``` #[derive(Archive, Serialize, Deserialize)] struct A { a: u32, b: String, } ``` Later, and at T1, I decide to add...

Linux, latest browsers. Hi, [https://bevyengine.org/examples/ui-user-interface/relative-cursor-position/](https://bevyengine.org/examples/ui-user-interface/relative-cursor-position/) crash with: ``` wgpu-0.20.1/src/backend/wgpu_core.rs:2996:5: wgpu error: Validation Error Caused by: In a RenderPass note: encoder = `` In a set_viewport command Viewport has invalid rect...

C-Bug
A-Rendering
S-Needs-Investigation
O-WebGL2

Hello, I have an issue with a simple app, running 0.5.6: ``` #[server] pub(crate) async fn test() -> Result { Ok(vec![]) } #[component] pub fn MySection(url: String) -> Element {...

bug
web

Hi, Just noticed a behavior: the cursor stops at the border of the bevy window, causing the camera to stop its movement. The cursor should go past the window boundary...

Hi, Using rust nightly rustc 1.89.0-nightly (777d37277 2025-05-17). I will copy paste the question I asked on the ([rust forum](https://users.rust-lang.org/t/hide-trait-function-when-trait-not-satisfied/129987)) with a [playground link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2024&gist=9338dfb27853fb9b6a704657ab542052). ------------- Hi, The issue: I would...

A-ty
C-bug

Hi, The input model: [en-romance](https://object.pouta.csc.fi/OPUS-MT-models/en-fr+fr_BE+fr_CA+fr_FR+wa+frp+oc+ca+rm+lld+fur+lij+lmo+es+es_AR+es_CL+es_CO+es_CR+es_DO+es_EC+es_ES+es_GT+es_HN+es_MX+es_NI+es_PA+es_PE+es_PR+es_SV+es_UY+es_VE+pt+pt_br+pt_BR+pt_PT+gl+lad+an+mwl+it+it_IT+co+nap+scn+vec+sc+ro+la/opus-2020-04-21.zip) ``` let data_ok = "Hello, how are you doing my friend ? This world is amazing !"; let data_wrong = "Hello, how are you doing...