Ranjan Anantharaman

Results 34 issues of Ranjan Anantharaman

Could you point me to functions that can help me change colors of nodes and label them too? Something like `changeColor(g::Graph, n::Integer, color)` and `setLabel(g::Graph, n::Integer, text)` would be nice....

It would be nice if there were tab completion at the Eclipse REPL. It would allow for autocompletion as well as `LateX` support

enhancement

I got the following StackOverflowError using FMI 0.13.2 and Julia v1.10: [BouncingBall.zip](https://github.com/ThummeTo/FMI.jl/files/14364792/BouncingBall.zip) ```julia julia> fmiSimulate(fmu, 0.0, 10.0) ERROR: StackOverflowError: Stacktrace: [1] fmi2Simulate(::FMU2, ::Nothing, ::Nothing, ::Nothing, ::Vararg{Any}) @ FMI D:\.julia\packages\FMI\wLMzX\src\FMI2\comp_wraps.jl:17 [2]...

bug

cc: @philgun