Open
Description
on-modify.timewarrior hook are fault on large (10kB+) task description (redminedescription in my case, but I think it does not matter).
Adding a flush option to the output of the task fixes the problem:
print(json.dumps(new), flush=True)
Versions:
timewarrior - 1.4.2
OS - Debian 11
python - 3.9.1