Arne Neumann

Results 5 comments of Arne Neumann

I built Timewarrior 1.4.2 from source: `git clone https://github.com/GothenburgBitFactory/timewarrior.git /timewarrior && \ cd /timewarrior && sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .gitmodules && \ git submodule init && git submodule update && \...

I've already found the place in the code that I need to look at and thanks to the good architecture, implementing a yaml front end should not be too hard....

Maybe we could implement an input format switch in the config that would allow the tests to run and older projects to still compile without conversion. We could then build...

In a first step, I'm happy with many small ones similar to the current situation. Extending this to fewer files, e.g. one per topic wouldn't be hard at all, especially...

I personally don't like database backends because with text files you can easily keep track of the evolution of requirements using a dedicated, user-selected versioning system. Also, a database backend...