Tv

Results 377 comments of Tv

Hmm. Smithay logs ``` 2024-09-18T15:46:33.358267Z INFO smithay::backend::egl::display: Successfully selected EGL platform: PLATFORM_GBM_KHR ``` but eglinfo with those libraries in that same setting (run on tty) says ``` GBM platform: eglinfo:...

eglinfo seems to say that even on NixOS systems that work. No idea why. I'm bisecting to find the breakage but the compiles are taking a very long time.

I bisected this on a faster computer with `amdgpu`. On that one, the "bad" case is not a SIGSEGV but a hang with black screen that thankfully reliably resets to...

Well, this has stopped happening as part of some upgrades, so I guess I'm closing it.

I find it really hard to believe this is something the user is supposed to remember every single time they write a migration. I'm personally going to look for an...

I think this is a (more informed) duplicate of #258. I see the same problem. Currently kludging around it with ```rust let group_2 = bevy_rapier2d::geometry::Group = bevy_rapier2d::geometry::Group::GROUP_2.bits().into(); ```

The errors that come from getting this wrong are *horribly* confusing because nothing in the docs surfaces the `#[cfg(feature = "serialize")]` part. You'll go through a checklist, `parsed_values` needs `where...

I did it a bit more explicitly: ```rust if let Some(mut context) = dioxus_fullstack::FullstackContext::current() { context.set_current_http_status(HttpError::new(StatusCode::NOT_FOUND, "")); } ```

This was crazy hard to discover, so FYI here's what I used to feed my nav tree: ```rust impl Route { pub(crate) fn ancestry(&self) -> Vec { let mut ancestry:...

Oh I see, my bad! I'm hiding my comments.