Stephen Wissow
Stephen Wissow
Wanted to ask for any additional tips to be added to `audio.md` for the case where the built-in microphone is not detected. [These](https://support.system76.com/articles/audio/#pciinternal-sound-card-not-detected-dummy-output) tips helped fix the missing built-in speakers...
### Description of the bug: Bazel 7.0.0 fails to build the [`stage1` portion of the bazelbuild/examples/cpp-tutorial](https://github.com/bazelbuild/examples/tree/main/cpp-tutorial/stage1). It appears to fail to resolve a path it constructs. Reverting to Bazel 6.4.0,...
Is there a config option to ignore the UnknownIssuer error? E.g.: ``` Checking IMAP integrity… 2025-01-17T21:11:55.303608Z ERROR rustls_platform_verifier::verification::others: failed to verify TLS certificate: invalid peer certificate: UnknownIssuer ``` This is...
### Summary When editing Rust code, sometimes format-on-save stops happening when I save. Then, when I explicitly call `:fmt`, arbitrary newlines are added: for example, comment lines may be broken,...
text wraps in normal mode:  but not in edit mode:  an alternative to wrapping might be scrolling the text to follow the cursor ~~, although that might creep...