thehunmonkgroup

Results 100 comments of thehunmonkgroup

Awesome, if you update this issue once that support is added, I'll be happy to try it out!

@archSeer wondering if there will be any way to customize the background color? I think I'd want to try a very light creme...

oh my goodness -- the middle one by a long shot!

From my initial post: > Multiline string UDAs, which worked fine in TaskWarrior 2.5.3 with the addition of #2132 are now broken in latest release It's broken in 2.6.1, have...

Perhaps bisect from #2132 ?

For me, the bug is not present on 2.5.3, and is present on all 2.6.x stuff I've tried.

I can confirm that your workaround works for both 2.5.3 and the develop branch. Curious why this would be necessary though? The first quotes should pass the newlines along to...

Curious if there's been any progress on this, I'm not really sure what all I can do to help, but I'd be happy to help in any way I can,...

My main concern with the workaround is that it feels brittle, especially given that we can't determine exactly why it's needed. That seems a recipe for another round of bug...

Would love to see this implemented. As a workaround, I thought I'd post the hack I'm using to handle deserializing UDA dates: ```python import datetime from tasklib.serializing import SerializingObject serializer...