Micah Jerome Ellison

Results 127 comments of Micah Jerome Ellison

colorama is still being updated, though we have begun using rich since I first filed this issue, and it has a lot of the same functionality. It might be worth...

The issues around pytz and tzlocal were addressed in PR #1528, which removed pytz and updated tzlocal to the latest major release.

And last but not least, we switched from pyyaml to ruamel.yaml this year (#1416). It hasn't had any new releases since, and we aren't yet using the breadth of functionality...

That covers all the dependencies! We'll come back to this next year. Hopefully these notes will be useful then.

I'm into this idea, and want to sketch out some of the steps to implement this: * The program needs additional command line interface parameters and/or configuration fields to specify...

Yes, feel free to work on this! As long as there are solid tests for this (especially in conjunction with the filtering features like -before and -n), I think just...

We don't have something like this right now, but we're interested in implementing this. However, storing the password in an environment variable seems a little problematic from a security standpoint....

The "Export to yaml" test is failing on Windows because the yaml_exporter.py file is using os.linesep to add a line. This should probably be filed off in a separate issue.

This seems like a great feature for a lot of reasons, such as #949. The question is how best to implement it while preserving compatibility and reliability.

Thanks for the responses! It sounds like having the force behavior as a separate argument makes the most sense. I like the notion that it could operate on a variety...