Jesse

Results 114 comments of Jesse
trafficstars

I may have found at least part of the issue - if I sort a filter with items with only a due date, it appears sorting works correctly. Sorting appears...

I would like to do one better - I wish there was a "bulk reconcile" or "auto reconcile" of sorts. It seems very frustrating to click on 12 accounts manually...

Looking more into this, can I use the skippable/escape key to perform a default action? https://docs.rs/inquire/latest/inquire/struct.Confirm.html

I still have this issue too. Any updates on this?

See my comment on the commit: ``` The C++ standard library in macOS/Xcode does not provide full support for std::locale facets (like ctype or numpunct) for char32_t. So using tinyjson...

I think setting up a MacOS build/runner is possible on GitHub - I'll look into it. You may find this reference helpful for selecting an ideal library https://github.com/miloyip/nativejson-benchmark#parsing-time

@alanvardy is there a way to stage test data (tasks) into tod for unit tests? i.e. I'd like to load in 8 tasks with varying priorities, orders, and due dates...

I think this sorting works well but is non-intuitive in that it sorts based on total weight, not in a consistent order. I have had tasks that meet multiple of...

@alanvardy do you maintain the cli structure in a document anywhere?

It looks like we use Clap, so clap_generate might just do it for us - https://kbknapp.dev/shell-completions/