Dale Phurrough

Results 315 comments of Dale Phurrough

Ah, there is was. Got it, the INSTALL doc is outdated. If I wrote a PR to remove the old text referring to this ".shm", would you consider accepting it?...

Agreed in intention. On every cartesian product of all elements in the generators, I would like to have a structured output of those values so that it can be parsed...

reproduced today with Catch v2.13.7. `CATCH_CONFIG_FAST_COMPILE` is *not* defined ``` ..\tests\src\hardware_cputemp_perf.cpp(281): FAILED: REQUIRE( std::get(targetDevice) ) with expansion: false with message: ..\tests\src\hardware_cputemp_perf.cpp(281): FAILED: REQUIRE_NOTHROW( [&]() { const auto targetDevice = getAvailableDevice(std::chrono::seconds(protocol...

You wrote _"I assume it is not a problem if `WSLENV` contains variables that are not set on Windows..."_ Unfortunately, sometimes it is a problem. While spanning across WSLgit and...

fyi, certbot v1.27.0 diligently puts a trailing comma on my renew config. I think I saw this behavior going back to v1.22 Today I removed the commas. Then ran a...

1. Yes. Ran it again now for goodness. All was already up to date. 2. ``` Flutter 0.4.4 • channel beta • https://[email protected]/flutter/flutter.git Framework • revision f9bb4289e9 (5 weeks ago)...

Sure. ``` flutter packages pub run build_runner clean [INFO] Generating build script... [INFO] Generating build script completed, took 4.0s [WARNING] Deleting cache and generated source files. This shouldn't be necessary...

`Color` is a core Flutter class. At the top of the file having this error, I have the line `import 'package:flutter/material.dart';` Somewhere within that core Flutter package it leads to...

Thanks for considering. I poked around myself, but haven't gotten my head around everything needed to address it. I did also look at type helpers and thought of writing a...

That is a known issue. As in https://github.com/google/built_value.dart/issues/282 That specific error has always been there for me. And it caused no harm to any generated files. I can fully use...