Shaun Ruffell
Shaun Ruffell
I ran into this with timewarrior and opened https://github.com/GothenburgBitFactory/libshared/pull/70 which just falls back to fsync if F_FULLFSYNC is not supported by the underlying filesystem.
> Lookin good so far, but I think we need also to address cases when a user tries to `(un)tag` an interval with a (pseudo-)hint, e.g.: > > ``` >...
> (Or alternatively a command to harmonize and clean up tag space) Would something like #179 work for you? If you were able to globally rename tags with some intervals...
A note that I looked at this a bit this week. With the recent inclusion of the DatetimeParser code, I think it would be possible to return if a Datetime...
Sorry about that previous commit. I had the wrong issue number on it accidentally. (I had a branch where I wanted to see if I could recreate this issue, but...
Hmm, I'm personally not sure what a good set of configuration parameters for the summary report would be. That said, there is a way to make a report that is...
I'm not sure how straightforward this would be, but it might be more straightforward to add this functionality as an extension / report? This way you can have your time...
> @sruffell Can't we first implement the patch proposed in #366 such that we can finalize `1.4.0` before opening a new field of debate? If you were intending to release...
Still WIP since there are tests for neither modify nor move, but I rebased this branch on current master and tweaked some of the messages to more closely match @lauft's...
Just taking a note for myself to also make sure I check the chart command with future intervals (i.e. #370) in addition to the changes lauft requested. Might also be...