Udo Höfel

Results 10 comments of Udo Höfel

> code > > ```java > now, i don't konw how to use ijava to complete a class. > such as: > > public class Puppy{ > public Puppy(String name){...

I doubt that this is related to Java 15. Do you have python3 available in your command line? Sounds like no python is installed.

Nice to hear :+1: There is a thread on stackexchange mentioning some of the problems: http://tex.stackexchange.com/questions/152714/possible-to-use-mnsymbol-with-luatex

Note that adding an automatic module name can be as easy as adding (on the example of curator-framework) ```xml maven-jar-plugin 3.4.2 org.apache.curator.framework ``` to `pom.xml`.

Similar problem here. I think the issue is in [HoldingsCalculator::calculate_next_holdings](https://github.com/afadil/wealthfolio/blob/eeb0d44ee150e2bda42b13dcaa10e5973613ca2f/src-core/src/portfolio/snapshot/holdings_calculator.rs#L39) It recomputes cost basis using the snapshot-date FX rate, which means cost basis moves with FX. That eliminates all FX...

When doing #27 I thought about adding a hint with respect to `add-modules` to the log message, but decided against it, as I think this could be problematic in the...