Be

Results 758 comments of Be

> prior to this breakage there were issues with volume, too. That's probably a different bug. This bug is about *zero* sound coming through at all.

Thanks for looking into this. Can you paste the cc linker errors?

I just want to say a big thanks for working on this! I'm looking to deploy Kanidm for self-hosted infrastructure for a ~100 member volunteer organization and this is the...

Oooh I just realized there's a neat possibility here using the host Clang: [cross-language link-time optimization](https://blog.llvm.org/2019/09/closing-gap-cross-language-lto-between.html).

There is a [dark-light crate](https://github.com/frewsxcv/rust-dark-light) which does only this. Linux support is [in progress](https://github.com/frewsxcv/rust-dark-light/pull/4) using the new XDG Desktop Portal dbus API with fallbacks to checking if the theme name...

There is an [open issue](https://github.com/frewsxcv/rust-dark-light/issues/3) for providing a callback to notify of changes to light/dark mode in dark-light.

I could imagine wanting this enabled sometimes (small projects) but not others (large projects with rust-analyzer regularly stressing my system). I wonder if it might be better to make this...

I want to see this crate support async, but I don't think maybe_async is the way to go. That crate has two huge flaws. The code the macro generates differs...