Lucas S.

Results 11 comments of Lucas S.

Thanks for the answer! My need is not much to have the iterator already sorted but more of a way to sort it. You crate is beeing used in the...

I like idea 2 because, as you said, it make it opaque to the user of the crate.

Well, I currently need to overcome this issue. After checking the docker python library documentation I found that we should be able to set the default API timeout for API...

Ok this makes sense, I'm gonna remove thoses queries. **My config file:** ```toml queries = [ "com.graphbenchmark.queries.vldbj.NodePathLabelSearchOut", "com.graphbenchmark.queries.vldbj.NodeLabelledPropertySearch", "com.graphbenchmark.queries.vldb.NodePropertySearch", "com.graphbenchmark.queries.vldb.KDegreeOut", "com .graphbenchmark.queries.vldb.ShortestPathFiltered", "com.graphbenchmark.queries.vldbj.NodeKReachability", "com.graphbenchmark.queries.vldb.BFS", "com.graphbenchmark.queries.vldb.InsertNodeProperty", "com.graphbenchmark.queries.vldb.NNinco mingUniqueLabel", "com.graphbenchmark.queries.vldb.CountNodes", "com.graphbenchmark.queries.vldb.InsertEdgeWithProperty", "com.graphbenchmark.queries.vldb.NNbothUniqueLabel",...

> Ok, the log makes sense because the sample has no `paths`. > Just to ensure everything else is setup correctly, could you please try to execute just `queries =...

Thanks for the answer here is are the last lines found in the file `runtime/errors.log`. ``` [NOW] gremlin-neo4j shortest-path-labelled.groovy /runtime/data/freebase_large.json2 Convert never UIDF: freebaseid Loading LID Mon Jun 7 22:24:01...

I have the same issue except I'm not using `.local`. I started dps with the following: ```bash docker run --rm --hostname dns.mageddo \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /etc/resolv.conf:/etc/resolv.conf \ defreitas/dns-proxy-server...

> Wow, I did a patch for st based on http://st.suckless.org/patches/solarized (the new both patch) but I still can't make use of the bright colors and some colors in dark...

I think I managed to do something ok, here is my config for the light theme in st: ![image](https://user-images.githubusercontent.com/11078371/70864006-59a33600-1f4e-11ea-8105-d2f19cde5523.png) Results in ranger (a file browsing app): ![image](https://user-images.githubusercontent.com/11078371/70864039-af77de00-1f4e-11ea-892b-35aa0ef0b044.png) And for dark:...

I think I got the same issue the `--disable-site-isolation-trials` doesn't change anything. For me, the Origin of request which are not intercepted is from `chrome-extension://aapocclcgogkmnckokdopdmhomfmgoek`. Is there any other workaround?