Mark Needham

Results 22 issues of Mark Needham

We want to implement Random Neighbor Louvain as per this paper - https://arxiv.org/abs/1503.01322 We can mostly reuse the code we have already, but make it configurable so that the user...

``` for the last 6 hours on the 18bn rel graph we still are at 0% 2018-02-03 04:06:50.380+0000 INFO [o.n.k.i.p.Procedures] [algo-82] Louvain 0% 2018-02-03 04:07:00.382+0000 INFO [o.n.k.i.p.Procedures] [algo-80] Louvain 0%```...

Given this schema: ``` type Club { _id: Long! id: String! image: String name: String! in_league: League @relation(name: "IN_LEAGUE", direction: "OUT") transfers_from_club: [Transfer] @relation(name: "FROM_CLUB", direction: "IN") transfers_to_club: [Transfer] @relation(name:...

As per my post on the google group -> https://groups.google.com/forum/?fromgroups=#!topic/neo4j/mLMhO5C3LL4 I've been playing around with the neo4j spatial stuff (0.11-SNAPSHOT) against the 1.9.M05 release but it seems to have got...

bug

Hi, I'm trying to run the FOSSA scanner over a Python based GitHub repository and when I use the GitHub integration on https://app.fossa.com/ it seems to pick up the deep...

status: triaged

experimenting with using the lato webfont so the font can be embedded in the svg and display nicely on all the machines What do you think Jonesy?

Hi, I tried to adjust the example API call used on [this issue](https://github.com/Mozilla-Ocho/llamafile/issues/101) and I made a mistake and added a `:` after the opening `{` resulting in invalid JSON....

bug