Lucas dos Santos Abreu
Lucas dos Santos Abreu
Removed conflict with Symfony 6 and PHP 8. I had to up the PHP version to 7.1 because of PHPUnit forcing `void` as return type on `setUp` and `tearDown`. Also...
related to #75
Sometimes the API will return the message `TIMEENTRY with ID 'XX' not found` when it is creating a new time entry. The ID that is not found is the one...
this feature needs to be opted-in to prevent breaking scripts that may rely on users forgetting to set workspace as an error.
The `--duration-float` format used for showing only the total duration sum of time entries of a output is using "coding" format ("." for decimals and no character for thousands). It...
implement a "query language" to easily create new reports (solve flag nightmare)
if a shared report with the same name exists, must update it instead of creating a new one.
started on #57