Filippos Christou
Filippos Christou
I work in Linux and it was just needed to download cmdstan-2.30.1.tar.gz from https://github.com/stan-dev/cmdstan/releases
No help needed. Just wondering if that could be automated as an artifact in the first place.
GitHub.jl is in the current dependencies. Can we close this issue ?
I guess we can close this :) ?
Regarding the multigraphs, I have the impression it would be fairly easy to have support in the Graphs.jl Have a look at [WrappedMultiGraphs.jl](https://github.com/UniStuttgart-IKR/WrappedMultiGraphs.jl). Basically, this package kills this [if statement](https://github.com/JuliaGraphs/Graphs.jl/blob/c4360cfaca3936c3d3f784063ad312205cb4fdfe/src/SimpleGraphs/simplegraph.jl#L444)...
The only case I would care about mutability is for performance reasons. Is this the case here, because to me it seems not. Also, can you share a use case...
> Secondly coming to the colordiff example in the same page , when run on my system gives the output as `(nothing, nothing)` How would you fix that? Probably something...
I am quite unfamiliar with the code base, so maybe a that's long shot here.. Remembering the original order in which cells appear in the file means that this `TopologicalOrder`...
Unfortunately, the PostBenchmarks action from https://github.com/JuliaGraphs/Graphs.jl/blob/master/.github/workflows/postbench.yml was not triggered.
Not sure at the moment.. But it also doesn't work in my [fork](https://github.com/filchristou/Graphs.jl/pull/5) so I i'll first fix it there and then make a PR here.