Daniele Nicolodi

Results 564 comments of Daniele Nicolodi

See #599. Interestingly, the test works on macOS but fails on Linux. There is a difference in how the Meson cmake modules maps installations paths on macOS and Linux. Some...

> Thanks a lot for diving so quickly into this issue. No problem. Some of my early comments are based on wrong assumptions about how Meson's support for CMake subprojects...

`beangulp` now does not use this function anymore (for the reason highlighted above) therefore modifying it is not required.

I think it is much easier to depend on the `regexp` package and write proper regular expressions. If there is desire to not add the dependency, the support may be...

`regexp` is a drop in replacement for `re`. I expect the patch to be 10 lines long. I propose to leave v2 alone and fix this properly in v3 requiring...

There hasn't been any work directly affecting this issue. Solving it requires some changes to the booking code that are unlikely to happen any time soon.

Single letter commodity symbols are supported in Beancount v3 (current git master branch). This improvement will not be backported to the v2 branch.

@cgevans I think I already commented about this: at a quick look your patch above does not take into account the fact that single postings in a transaction may be...

@zahanm Can you please elaborate on how you were planning to use additional command line arguments to the ingest script? Beancount ingest framework has been spun off to this separate...

Adding commands to the script entry point generated by the ingestion framework is not possible. There is an example in the comments to the PR that implemented it #28, although...