Martin Jeřábek
Martin Jeřábek
For non-time series, it is also possible to use Grafana's builtin Graph, encode the non-time measure into year component of date (has highest usable range), and display it as a...
Also, we may want something like ```c++ auto foo = NAMED_GENERATE("foo", ...); ``` for avoiding common patterns ```c++ auto foo = GENERATE(...); CAPTURE(foo); ``` This will also present the generator...
Note: this should hopefully be somewhat coherent, but I've been staring at the code for a few hours and it's late, so sorry if it isnt :smile: ### The problem...
Another potentially interesting test case with generators: ```c++ TEST_CASE("foo") { std::cout
You can pass arguments for `pip download` directly to `pip2pi`. You can specify the platform/python version/... there: https://pip.pypa.io/en/stable/reference/pip_download/#cmdoption-platform