Stephen Wissow

Results 5 issues of 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,...

type: bug
P3
team-Rules-CPP

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,...

C-bug

text wraps in normal mode: ![Image](https://github.com/user-attachments/assets/96250b04-da87-4a17-81a0-be335018fc86) but not in edit mode: ![Image](https://github.com/user-attachments/assets/729512e7-3d16-4dd0-922c-e3c5263a89c0) an alternative to wrapping might be scrolling the text to follow the cursor ~~, although that might creep...