BRThis is prior art that I didn't reference when writing this, but it is good! https://jvns.ca/blog/brag-documents/Comment·Article·Oct 8, 2025·Accomplishments Lists
BRYes, you solved the mystery! https://github.com/BetterThanTomorrow/calva/pull/2922Reply·Article·Sep 15, 2025·VS Code: Simple Browser
BRWow, thanks for dropping by! I couldn't quite figure that out. I added the key and value :sidebar-panel true to my example in https://brettrowberry.com/calva-flares and didn't notice a change in behavior.Reply·Article·Sep 13, 2025·VS Code: Simple Browser
BRAs I merge these little cherry-pick commits and update my original branch, the files changed count keeps dropping!Comment·Article·Nov 16, 2023·Git Cherry Pick
BRHashnode prompted me to make this comment. Very accessible! It wasn't clear to me why ? is needed here: fn main () { let result = divide( 10 , 2 )?; println! ( "The result is {}" , result); } What happens without it?Comment·Article·Jan 13, 2023·From High-Level to Systems Programming: A Practical Guide to Rust
BRThe implementations of take_ownership and give_it_back are the same. Is that intentional?Comment·Article·Jan 13, 2023·From High-Level to Systems Programming: A Practical Guide to Rust