Edwin Stang
Edwin Stang
I have a fix available here: https://github.com/invesdwin/invesdwin-context-persistence/commit/e841fe9fde5269c1c14787f1a4e4cba2d13f5440 Though the sun.* references are still available, it is just that the signature of "map0" has changed for Java 14.
Eclipse/EGit requires projects to be imported as "projects" to make the filesystem watcher work on them properly. To do this: Settings to apply: Window → Preferences → General → Workspace...
Boolean also does not work with the tensor pathway: https://github.com/cnuernber/dtype-next/issues/52#issuecomment-1015736984
Here is also a backport to java 8 for this: https://github.com/subes/fast-serialization/tree/java8backport I used the commit before the java 14 changes to base this off for a 2.58 (you need to...
I will definitely integrate anything that you can provide ^^ Until then I will stick to my own copy of the class.
Sorry, the repo was still private. Should be public now!
no problem, I found it easier to focus on just getting it to work for the start. Also it seems you are the author of RCaller, which I love. I...
I now can read my script outputs by switching from print() to println() in the scripts. So that is printing properly. From what I know julia determines itself if it...
Here is someone doing that approach: https://julia-users.narkive.com/dIeyqZ0b/capture-the-output-of-julia-s-console
Though I just experimented a bit further by maybe calling println(ans) after each command. The problem is that the variable ans does not get populated when running inside a "begin...