Paul Horn

Results 41 comments of Paul Horn

Yeah, you're right, my presence hasn't been great lately. I'm currently releasing #14, but if you're up for it, I can give you access for this repo and we can...

Hi, thanks for the updates. One note though, Akka HTTP 10.0.7 depends on Akka 2.4.18, not 2.5.x.. I'd much rather keep the Akka version and not pull in 2.4.x and...

I don't think it would be too difficult to support incoming for shortestPaths, though; maybe even for all kinds of shortest path algos. @mneedham WDYT?

Heavy direct already does undirected: https://github.com/neo4j-contrib/neo4j-graph-algorithms/blob/daad906b34ff97798b1f9887b6b08d53d7aa3beb/core/src/main/java/org/neo4j/graphalgo/core/heavyweight/RelationshipImporter.java#L107-L112 The cypher loader is missing the support, though.

Hi Steven, we don't support running any algorithm while the underlying graph is changing, you have to stop your updates before running the Page Rank algo.

Sure thing, will do!

Hi @dmbianco thanks for the request. It's a good idea and we have added the feature to our backlog, at least for the Dijkstra-based ones, that you also mentioned. I...

Hi I have a working draft in my fork: https://github.com/knutwalker/scala-redis-nb/tree/feature/rxstreams I think all tests are green, but I'd like to clean up the code and rebase it before opening a...

Yes, you're right, there are a couple of things missing. Your approach seems far more serious, though. I never intended this repo here to be some kind of reusable library,...

I can reopen this PR against any other branch, if you like. I'd say too, it's better to not push this in master right away. And I'm also interested in...