Antoine D
Antoine D
great I'll try to run it on a big graph, thanks! I noticed that the [nodes are in u32](https://github.com/frankmcsherry/pagerank/blob/master/src/bin/parse.rs#L29), I'll need to change them to `u64` to handle 4B+ nodes.
yes I use a CC dataset with 5B nodes :confused:
yes you can wrap this in a struct with a comment label and the comment (why do you need a name ?) the comments are stored in kraken in a...
i'm not fan of the 'name' for the value of the comment :wink: since the api outputs a 'value' field maybe you can name the field `value` ? On Tue,...
I also think `transport_type` is better than `school_vehicle_type`. @stifoon ?
it indeed works, thanks! I'll see if I can find a way to integrate it in the library.
I had the same problem, it's related to https://github.com/seanmonstar/reqwest/issues/541 I don't think it's directly related to rs-es (since it's not async yet), but maybe you run it in an async...
any news on this ? It's not perfect, but to ease the burden of releasing regularly, in other projects, we have set travis to do it automatically when the `Cargo.toml`'s...
Hi, are you interested in this ? I can rebase this PR if you are (or feel free to close this if you don't think it's worth it).
Do you have an idea on when it will be released ? I find it very hard to use `clever logs` since it only fetch 1k lines of logs (and...