Michael Cochez

Results 5 issues of Michael Cochez

A return statement after successfully storing the fingerprint was missing. Added a return value of 0. When the fingerprint is taken successfully, the program should restart instead of continuing to...

When there are two columns with URLs next to each other, then clinking the first one with ctrl, opens a URL that is the concatenation of the two URLs.

The documentation of [boost::chrono::process_cpu_clock](https://www.boost.org/doc/libs/1_82_0/doc/html/chrono/users_guide.html#chrono.users_guide.tutorial.specific_clocks.process_cpu_clock) states that > (Boost.Chrono.Stopwatch is a clear example of this use) But, Boost.Chrono.Stopwatch is nowhere to be found in the sources. Maybe it is old, maybe...