BD103

Results 206 comments of BD103

> I did think about this.. originally it was a git reference but it was a reference to my own fork. Unfortunately I changed a lot of things and I...

This is being worked on in #13186, though currently blocked by https://github.com/bevyengine/naga_oil/pull/87.

Hello! Is it possible to add the path to `libxkbcommon.so` to `LD_LIBRARY_PATH`? I think because you're using NixOS it is not discoverable by default. [Also check out this Stack Overflow...

Both `.unwrap()` errors were from [wgpu](https://github.com/gfx-rs/wgpu) and [winit](https://github.com/rust-windowing/winit), so unfortunately Bevy can't do anything to improve them. Would you mind opening issues for wgpu and winit about this instead? The...

Note that this costs $99 yearly for an [Apple Developer Account](https://developer.apple.com/programs/enroll/). Furthermore, this popup has only happened to me when I launch an application through Finder, not when I execute...

> This will be default enabled in the next version of rustup and, once that transition is successful, the intent is to eventually remove the option entirely. I'm not sure...

> Oh sorry, you're right. I got that true/false flipped around. The default will indeed be `false`. No worries! :) > I didn't really intend it to be permanent. I'm...

Thank you! For now I'll continue using `RUSTUP_WINDOWS_PATH_ADD_BIN`, but I'll keep an eye on #3825 in case it becomes deprecated / removed in the future.

Last time this was solved by disabling the offending feature in #11909. @pcwalton, you may be interested in this.

> I think this needs CI checking compatibility with the oldest listed version to not be a liability. The [`windows-test`](https://github.com/RustAudio/cpal/blob/0246442da2f401895d2c82bbf941e3ebf6e93a04/.github/workflows/cpal.yml#L153-L156) job could be modified with a matrix to test this....