Lee *!* Clagett
Lee *!* Clagett
This was the original goal - I was thinking this could run on a laptop at the Defcon booth. This should work under Windows with pdcurses but I have not...
I found an interesting screensaver like technique for Linux (and likely *BSDs), but still nothing for Windows or MacOS. `sudo openvt -s -- sudo -u USER -H ./motrix ...` will...
I've looked at this a few times, but I don't see where `` is needed for these headers. Are there some cpp files that need this header directly?
The `#include ` should be in those two cpp fies, which call `throw std::runtime_error{...}`, as opposed to indirectly pulled from headers.
This should be done onto the `develop` branch first. The develop branch should now work properly with Docker as well (it is slightly ahead of the 0.18 branch actually).
And to clarify, I'm requesting a PR onto `develop` instead of `release-v0.2_0.18`.
How much of a pain is it to get this mergeable with the `develop` branch? Arguably this one in particular (which fixes no bugs technically) should be made against that...
> I think if we squash commits before merging PR's it would be easier to track/cherry-pick all the right stuff going forward Agreed. I should've asked for a squashed commit...
Yup, you probably have to try again with a lower height to fix the DB now. Good catch, will fix.
do `message("${Boost_INCLUDE_DIR}")` somewhere after the boost find step to see which Boost version is being used. This seems like a mismatch between header-file and library file.