Thomas Lauf
Thomas Lauf
Looking at the function definition of DriverInterface::setCookie in DriverInterface.php:203 the phpdoc states that the function throws > UnsupportedDriverActionException When operation not supported by the driver > DriverException When the operation...
You may take a look at #196 where I have outlined future datetime specifications (maybe #267 as well)
The problem I see here is that this creates a lot of new tags (which are only used once). Timewarrior 1.2.0 has a command `annotate` which allows to store an...
@Ravenclaw-OIer Could you supply a minimal reproducing script? From the picture alone, it is difficult to get to the bottom of the problem.
@Ravenclaw-OIer Use the following bash script template to create your reproducer: ```shell # Set Timewarriors DB to '/tmp/timewarriordb' export TIMEWARRIORDB=/tmp/timewarriordb # Remove anything from previous runs rm -rf ${TIMEWARRIORDB} #...
The start of week is "calculated" by `libshared` which sets it to Monday. See `src/libshared/src/Datetime.cpp:63`
What do you mean by `timew stop 60`? `timew stop 1000` will most likely be interpreted as _Stop tracking at 10:00_ - I will have to investigate the other values...
@srl295 Documentation is always useful 🙂 I think a good location would be under section "Developers" on timewarrior.net (👉🏻 https://timewarrior.net/docs/#developers). Or what did you have in mind?
This remark has been there since the beginning of the README it is in – and as far as I know, `debug.py` has been included in every release tarball. So...
@srl295 https://github.com/GothenburgBitFactory/ti.net/blob/master/content/docs/api.md looks like the right place. 👍 Maybe adding a section "debugging" at the end. 🤔 But feel free to alter the documentation as you see fit – we...