Alexis Hildebrandt
Alexis Hildebrandt
> Totally speculating, but is the python subcommand only available when built Python support is built in? Yes, that's totally. I had expected that ledger would err out with "unknown"...
@char16t as you initially reported the issue, I'd like to make sure the information provided here is helpful to you too and the issue resolved for you. If there is...
Thanks for reporting back and closing out this issue, @char16t! Glad to hear that you got Ledger with support for Python working. Happy hacking!! The documentation around the Python module...
That's great news, @gudzpoz, congratulations! Thanks for putting in the time and effort. I'll have a closer look at (your comment in #2004](https://github.com/ledger/ledger/issues/2004#issuecomment-1878164915) and will think about how this could...
Closing as wontfix as clang 8 is about 4 years old and Ledger only tries to support dependencies ~ younger than 4 years. If you have a compelling reason for...
Thanks for the helpful feedback, @madroach. I can confirm that I can reproduce the issue using OpenBSD 7.3. I've put up #2261 for review, maybe you could check if the...
If I'm not mistaken then this issue has been around for a long time (~10 years). I believe fixing this will unlock a lot of Python related functionality for people,...
Your use-case may be different, yet I've been able to load a ledger journal twice without the assertion triggering by calling `ledger.close_journal_files()` inbetween. I think there are more likely related...
What if ledger would use the value of the `LC_TIME` locale(1) environment variable and the date format could be switched, e.g.: ``` % /usr/bin/env LC_TIME=en_GB date Sun 16 Apr 2023...