Liye Zhang

Results 6 comments of Liye Zhang

The package `Hotspot` depends on `MariUtil` and `MariRisk`, which are two private packages in a local directory and are not registered. I am not sure if it is caused by...

I also find very strange behavior when when I run command `dev`. package local `MariRisk` depends on local package `MariUtil`. I make these package visible according to the following steps....

The problem is solved by removing all user-defined local packages. Then, run `dev` command for all local package and run `add` to add dependent packages. Then, it works again. I...

Yes. I am waiting for the next version of JuliaDT. It is very convenient to use. I use the debugger developed by toivoh, and it can work with JuliaDT. (...

1) In PyDev, just press Ctr+F11 to run the current python file, and F11 to run in debug model. I cannot find the similar shortcuts in JuliaDT 2) The debugger...