MichiRecRoom

Results 32 comments of MichiRecRoom

What bothers me about this issue (and excuse me for bringing it here, the discussion issue that was linked #6923 was locked so I'm forced to comment this here) is...

Hi, I actually have a different suggestion than having a whole new `uninstall` command added to `cargo-binstall`. Why not have `cargo uninstall` do the work for us? For example, with...

Hi, this appears to be happening for me on . When I hit "Run", nothing shows up. I even checked the Developer Tools, and there's simply no response through the...

> Would the ConfigFile class work for this? Of course, but I was meaning what kind of data (name? brief description? etc.) these configuration files would need to have, not...

I would think so. As mentioned in the original comment, the README files don't really explain what these "Configuration files" are, or how they're formatted, or what they're supposed to...

@y21 I think it's also worth weighing the possibility of people simply not knowing `string.len() == string.as_bytes().len()`. Though, whether you'd be weighing it for or against warn-by-default, is up to...

As per my comment over at https://github.com/bevyengine/bevy/pull/14401#discussion_r1712901764, I personally think it should be removed. This is because, as far as I'm aware, `bevy/wgpu_trace` is solely a proxy to `wgpu/trace`, and...

@TrialDragon Ahh, good catch. If I might propose a solution then... perhaps allow that tracing path to be set as a field on `bevy::render::settings::WgpuSettings`? That way, the user can customize...

@TrialDragon I have little experience with bevy's codebase - but I will try making this change.

If I might suggest an alternative name for `bevy::picking::events::Drop`... perhaps `DropOnto`? It stays just as explicit with what it's for (an event where something is dropped onto something else), while...