Brady Trainor

Results 127 comments of Brady Trainor
trafficstars

If you're interested, here's a webpage about task ids and "garbage collection": https://taskwarrior.org/docs/ids.html.

I tried adding that hook to my system, and I still don't see any pending tasks lacking an id. I think we still don't have a minimal reproducible broken example....

Great! I was able to reproduce the issue. I did it in Docker because I myself was having trouble getting it to work on local `/tmp/`. And since I put...

I've never seen an example like `taskd.server=localhost.xxxx.yyyy.zzzz.yzyz:53589`, where "`xxxx.yyyy.zzzz.yzyz` is the IP address". Maybe you can clarify for me how that should work. How about something like the following: ```ini...

> If you have more trouble, can you clarify if xxxx.yyyy.zzzz.yzyz matches some troubleshooting command in the Taskserver troubleshooting guide, and which one? On a reread, that was a bit...

Regarding , you may want to set `$TASKDDATA/server`, or `ip_address_1`, to something found in the "SERVER TOOLS" section, and `$TASKRC/taskd.server`, or `ip_address_2`, to something found in the "CLIENT TOOLS" section....

More examples of low contrast items in out of the box Weechat. ![Screen Shot 2019-04-14 at 6 33 52 PM](https://user-images.githubusercontent.com/6107051/56102856-9660ee00-5ee4-11e9-8a0f-5f0bb7aed951.png)

Another example, the `/color` UI. ![Screen Shot 2020-03-22 at 11 43 24 AM](https://user-images.githubusercontent.com/6107051/77257612-b2135f00-6c32-11ea-8d92-ef265493d265.png)

This looks like a duplicate of https://github.com/Somelauw/evil-org-mode/issues/93 and https://github.com/syl20bnr/spacemacs/issues/15123. This might be fixed by https://github.com/Somelauw/evil-org-mode/issues/102.

@TylerLubeck I tried with the following context, but still didn't see an error with your data. ``` context.foo.read=+home context.foo.write= context=foo ``` I tried the following: ``` mkdir /tmp/repro cd /tmp/repro...