Chris Cleeland
Chris Cleeland
I have a class with a template method, and I wish to mock that template method. For example: ``` class MyMockType { ... template auto DoWhileLocked(uint32_t id, Lambda&& some_operation) {...
Found this while looking for a b-tree (not bstree) implementation for C++, preferably in boost, but it looks dormant. Has this been superseded by something else or just deemed no...
I am interested in doing something similar--emulating a device--but rather than a powermeter I am interested in emulating an FE-C device asa bridge to a computrainer. It appears you implemented...
Usage question: is it possible to combine information from wandrer.earth with info in these maps?
The end result I'm seeking is the ability to combine the information from wandrer-generated OSM maps with the information provided by this tool. I don't know the technical detail about...
I notice that there've been additions to the API since v0.2.0 release; are there plans to release 0.3.0 or something beyond 0.2.0?
Is there a way to reset the counter and/or ratecounter back to initial conditions?
Since a common reason for monitoring UDP queue sizes can be in teasing out performance and QoS issues, it would be convenient to have drops available in the same frames...
Consistently get this error after stopping profiling. I can use the brendan gregg's flamegraph perl script to generate usable (static) svg flamegraphs, so I have reasonable confidence that the data...
Trying to do a fresh build from source on macOS using brew-based instructions, and `yarn install` gives the following error: ``` $ yarn install yarn install v1.22.19 [1/4] 🔍 Resolving...
[The documentation for diffgraph](http://clojure-goes-fast.com/kb/profiling/clj-async-profiler/diffgraphs/) describes a means for generating a diffgraph using the repl and seemingly only between runs from the same process. Is it possible to generate them somehow...