Thomas den Hollander
Thomas den Hollander
To be clear; if a dependency updates to use a newer compiler version in a minor update, that could break the minimum version policy without your crate even updating, correct?...
Right, my comment assumed that the MSRV was actually a supported version, but it is a necessary requirement, but possibly not sufficient.
So, the differences are at least: - No incomplete postings - No option statements - Included files are merged (I think) Another question is; where would this functionality reside? Is...
Reading the beancount v3 document, this exact issue is brought up. Apparently v2 doesn't handle this well at the moment so there will be a switch to use explicit types...
`Readonly` is not the same as `ReadonlyMap`. I think the latter is a subset of the former, so the best solution would be to make `Readonly` assignable to `ReadonlyMap`.
Edit: This was fixed by uninstalling `fava` and reinstalling. I think I had an (old) installation both in `usr/local/...` as well as in a virtual environment which may have caused...
This sounds interesting, how can people contribute best?
Hi! Did you find an answer yet? Did you have a look at the examples, such as [this one](https://github.com/beancount/beangulp/blob/master/examples/importers/csvbank.py)? To handle the 'Af' en 'Bij' situation, I would add two...
Any ideas? The code itself is done, so maybe just go for something quick right now?