Robert Dailey
Robert Dailey
I got a tip from Jomo at Google regarding [an issue related to build performance](https://issuetracker.google.com/issues/67493964) when using CMake. He had suggested looking into ccache to improve build performance where static...
I don't see a need for the intermediate script. With CMake 3.12, I let CMake manage usage of ccache and it uses the correct, expected compiler. Here is what I...
ccache seems to have problems with backslashes in the paths. I've tried everything I can to get it working on Windows, but CMake injects backslashes for a few of the...
I recall trying to use apcupsd driver in NUT and had some issues with it. IIRC it didn't work over USB or something. Been a hot minute.
I love NUT because it integrates so nicely with Home Assistant. I have no experience with apcupsd, but I'll check it out. Hopefully it integrates nicely and is easy to...
I noticed this as well and it would be nice to have the number column have a fixed width, padded with whitespace on the left based on the maximum number...
That's not going to work. What if I'm trying to check out a file that has the same name as one of my branches? "--" is now ambiguous in this...
So 9 months later, it seems like this isn't resolved. Is this not important? My concern is that if we're on `latest` tag, we may do a `docker-compose pull` and...
I'd like to jump in here and share my thoughts. One case I ran up on is this: ```cs case FlurlHttpException e2: _log.Error("HTTP error: {Message}", e2.SanitizedExceptionMessage()); var errors = await...
I don't have much experience with them myself, but in the link you shared, it does talk about nullability attributes. I didn't read the full page, but that seems to...