Tamás Nepusz
Tamás Nepusz
Is this happening with the latest development version from the `main` branch? I have recently fixed an issue that could be related to this in 133f74de8636e6db026f772d7307cd35a2c2e03d
Re the issue you mentioned in your second comment, there seems to be _some_ issue there, but the edges are okay - the transparencies of the edge arrowheads seem to...
Ah sorry, I forgot that you are on Windows. I'll submit the source to win-builder and post a link to the results here.
Here's the latest dev version for R 4.2: https://win-builder.r-project.org/DFE1mD2399tN/ It will be online for the next 72 hours. You can install it by downloading it and then typing `install.packages(file.choose(), repos=NULL)`...
@krlmlr I'm a bit stumped with this issue; can you take a look at it whenever it's convenient for you. To reproduce: ``` library(igraph) plot(make_tree(4), edge.arrow.mode=3, edge.color=rgb(0,0,0,0.2)) ``` `edge.arrow.mode` essentially...
* `graph.isomorphic()` is an alias to `isomorphic()` as far as I know, with an implied `auto` method. * `isomorphic()` calls `graph.isomorphic.vf2()` if `method == "vf2"` so it does not have...
Hi @jaraco! Thanks a lot for the offer - I hope that @indygreg will get back to you soon with a positive response. I am also relying on PyOxidizer in...
Quick update: I have [forked](https://github.com/ntamas/PyOxidizer) PyOxidizer and started working on bringing things up-to-date. I have migrated almost all of the dependencies to their latest versions (including PyO3) and all CI...
@johanneswilm I don't know yet; the maintenance burden seems to be larger than what I can take up on my own and I lack expertise in certain areas: * I...
Hi @davidhewitt and thanks for the offer! Indeed the lack of expertise is one of the factors that's stopping me from active maintenance (the other one being lack of free...