Tom Kent

Results 10 issues of Tom Kent

Does the version of boost you used have some patch applied to optional? I see this error. ``` tomkent@frink:~/tmp/modern-cmake-sample/libjsonutils/build$ make [ 12%] Building CXX object CMakeFiles/jsonutils.dir/src/json_utils.cpp.o In file included from...

…plus some others worth investigating If you don't feel like going through all the other merge requests individually, they are all here as well. They can be placed wherever you...

For some basic code: ```C++ #include class MyException : public std::runtime_error { public: MyException(std::string cause) : std::runtime_error(cause) {} }; void MyCode() { throw MyException("A very specific message"); } ``` I...

A couple days ago, I went for a run on a course that I frequent, but hadn't been on with ForRunners yet. During the run, I thought the pace that...

bug
enhancement

**Sawpy CF398BLE** I can find no information online about this scale other than the [Amazon page I got it from](https://www.amazon.com/Bluetooth-Wireless-Composition-Analyzer-Smartphone/dp/B07Q2VZCWL?th=1) **Step 1: Read the general reverse engineer process** - [X]...

scale support

When trying to create a brand new site, I get a failure running the quickstart. ``` ~/tmp$ docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll sh -c "chown -R jekyll /usr/gem/ &&...

When I run a command that fails with the NetSNMP tools, it provides an appropriate error condition indicating a failure, `1`: ``` $ snmpget -v3 -l noAuthnoPriv -u myUser 127.0.0.1:12345...

The buttons on the bottom (and presumably pause) have transparent backgrounds so on several occasions I have tried to click something close to them, but accidentally clicked the button. It...

enhancement

An option that could have an interesting impact on game play would be to provide a configurable minimum kingdom size for the initialization. I.e. if the min size is set...

enhancement

Give the user the ability to select how many teams they want to compete with....max at some number that keeps the colors sufficiently distinct. Along with this, the ability to...

enhancement