Brady Trainor

Results 48 issues of Brady Trainor

In ledger-mode, if user presses M-q, it will clean up the "paragraph", that is, it will realign amounts, etc. Would this be a good feature for hledger-mode? Users may be...

Is `man taskrc` meant to report current values, or default values? The format looks like this ``` x=y May be "y" or "z". This setting is to indicate the positioning...

Add shorthand syntax to sort current report. We can do lots of filtering on whatever is the current report. But sorting doesn't seem to be as convenient. I'm often writing...

## Bug summary Weechat does not provide contrast out of the box, when opened in a terminal with a light background. That is, in some regions, such as bar, current...

bug

I noticed the following: > --date-format DATE_FORMAT > -y DATE_FORMAT > > Change the basic date format used by reports. The default uses a date like ‘2004/08/01’, which represents the...

enhancement

If I understand correctly, tagged version 1.0.2 has bug https://github.com/Somelauw/evil-org-mode/issues/93. Please release a new tagged version.

- taskwarrior-tui version 0.13.34 - task version 2.5.3 - both installed via Homebrew on macOS If a task's urgency is a function of time, and tasks are sorted by urgency,...

documentation
enhancement

I'm using Taskserver 1.1.0 and Taskwarrior 2.5.3. I try `json.depends.array=yes`, and I import the following json into Taskwarrior: ```json [ {"id":1,"description":"foo","entry":"20210101T000000Z","modified":"20210101T000000Z","status":"pending","uuid":"00000000-0000-0000-0000-000000000000","urgency":10}, {"id":2,"depends":"00000000-0000-0000-0000-000000000000","description":"foo","entry":"20210101T000000Z","modified":"20210101T000000Z","status":"pending","uuid":"11111111-1111-1111-1111-111111111111","urgency":-3} ] ``` Upon sync, the data lands successfully...

Previously, invalid PEM files, for example where a user put `taskd.certificate` and `taskd.key` from a different server, in other words, they don't align with `$TASKDDATA/ca.cert.pem`, or your `taskd config |...

Currently, if a taskd client sends `type: statistics`, and gets a successful response (`code: 200`), apparently they only see the `client` field for release builds, like `client: taskd 1.1.0`. For...