Joy Reynolds

Results 369 comments of Joy Reynolds

It all looks like gobbledygook to me, especially since the `o` is part of the range for the reverse alphabet IDs. Is everything below `@` an ancestor of it? Is...

Are the timestamps not normalized at all? Does this affect sorting by date? I prefer actual dates, (that don't change), so the relative `ago()` is not a good default for...

I am not in favor of the output changing over time. It should be consistent, for ease of reading and parsing. That's why I don't like relative times. They are...

> This argument can also swing the other way. This is what I wanted to say, but you worded it better than I would. > I'm responsible for indefinitely remembering...

Is there an intent to store two dates? Would it make sense to work like file dates (creation date, modified date)? I think the date when it becomes non-empty could...

_FYI: Pijul chose to call it `credit` instead. There is also `annotate`._

FYI: I looked up pycairo and on their [Getting Started](https://pycairo.readthedocs.io/en/latest/getting_started.html) page it says different versions are cached by pip. > You can force pip to re-build and re-install pycairo in...

> what's gonna happen if you use it on other VCS? I was trying to add what is needed for the other VCSs, but ran into trouble with the development...

Or have an environment variable hold the current file name, to be used as needed? I think many tools use a file written to /tmp as when an editor allows...

Do those colors have meaning? (It looks to me as if the red means deleted and the green means added, but maybe that's a notion I got from somewhere else....