Daniele Nicolodi

Results 355 comments of Daniele Nicolodi

One more issue may be the formatting of things that are not exactly monetary amounts, like stock shared. Are those to be formatted as monetary or regular numerical values? For...

> I do use multiline strings, so I need bare newlines, mainly for long Note directives. I don't use `note` directives so this use didn't come to mind, although it...

Sure, this must be preserved. It would be nice to enforce that the only occurrences of literal `\r` are always followed by a `\n`. I can look into what changes...

@tbm, computing the modification date of a plugin is far from trivial. We could use the modification date of the file implementing the plugin entry point, but what if the...

I agree with @blais : manually resetting the cache is sufficient for development. However, I think it would be nice for plugin authors to have a way to invalidate the...

I don't think there will be any activity soon on this. Can this issue bu "unpinned"?

Timestamps of are not the best key on which to base cache invalidation. For example, Nix uses the same timestamp for all the installed files, thus this will not work...

There are systems where the timestamps do not change. In Nix, for example, all installed files have the same modification time (corresponding to 1970-01-01 00:00:01, IIRC). Thus a package (or...

This would be an API change. If it is desired to have the entries sorted as in the ledger file, is easy to sort them by the line number saved...

Indeed the option has no effect after the recent rework of the parsing code and I forgot to adjust the options implementation accordingly. The check for the maximum number of...