oskarpfeffer

Results 4 issues of oskarpfeffer

Function eigs does not exist anymore, replace it in the docs with eigvals. And `eigvals(adjacency_matrix(g))` is not valid since `adjacency_matrix(g)` is sparse.

bug
doc

I wondered why you didn't include the possibility to save graphs within GraphPlots and instead make people use Compose externally. I think it would be quite useful.

I am wondering why it is not possible to gather a DArray{T,N,Array{T,N}}? I wrote this method to the gather function, it works for my purpose. Maybe it is possible to...

This just extends the functionality of proxyman to flatpak and conda. In my case flatpak did not work without explicitly overriding the environment variables, thus I had to write this...