MichiRecRoom
MichiRecRoom
Doesn't appear to be MacOS-specific? I tried replicating it on my machine, and got the crash too: ```log 2024-08-21T08:54:45.861166Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 10 Home", kernel: "19045", cpu:...
Although I feel confident writing documentation, I am by no means a professional documentation writer - so it'd be appreciated if anybody else could give feedback to the updated WGPU...
@bircni Thanks! I'm on windows so I couldn't run that shell script - which is why I pointed to the Github Action run, because I was pretty sure it'd run...
Is there anything blocking this from being merged?
@NobodyXu I'd be willing to make a PR. However, I don't have much knowledge of cargo-binstall's internals. So it might take a few days while I acquaint myself with the...
@NobodyXu So I managed to implement it... but forgot that single-file archive formats (like `.gz`, `.bz2`, etc.) don't actually use filenames. So cargo-binstall never actually finds the correct binary inside...
> If it's a single file, then it shouldn't be a problem right? It is - because formats like `gz`, `xz`, and `bz2` don't store a filename alongside the file....
> Yeah I think it sounds good? > > I.e. for cargo-binstall it would be cargo-binstall.gz Not really, because then the file name doesn't tell us what OS (Linux/Darwin/etc.) or...
~~Closing the previous PR won't stop the truth, Dependabot.~~ Please note that, as-is, this won't actually use the updated version of cargo-binstall. Due to how the workflow works, it attempts...
@BD103 I don't remember. If it's not, just pretend `expect` is replaced with `allow`. The point of that code block was to say "Here's what they can do to show...