David Collier-Brown
David Collier-Brown
The light is happily flashing on the drive, but backintime-qt has been reporting it's cleaning up since soon after I started the backup. I'll happily debug it, if you can...
I have a program that communicated between threads via a channel. To test an error condition in the receiver, I wrote ``` Convey("Passing bad operations to send should panic worker",...
We are a happy user of conventional commits, but the messages can be unclear for engineers in the middle of trying to debug a failing pipeline. The messages are written...
When I attempt to configure on WinBlows 7, I can't get as far as creating the .h files, and so attempted to use the pre-built ones from SourceForge. Alas, there...
In a test, I got the message `AddHost() failed: host p1s10.dcaux.indexww.com exists in multiple groups: zookeeper-nodes, dc1-stats, line: 1091` The machine was supposed to be in two groups, dc1-stats, with...
Background: I'm looking at the first field in a line, and checking for blank... ``` 2021/11/30 14:03:27 Read 13 fields, []string{"stf", " 1.0", " v0.1.0", " XX", " XX", "...
When trying new services, I usually look for an example, read it, and if I want to know more, work through it locally and see if I understand it and/or...