Steven

Results 6 issues of Steven

@swilly22 - this code hangs on the commit(): ``` ''' Convert a networkx graph to Ros KnowledgeGraph. ''' id2node = {} for n in in_graph.nodes (data=True): #print (f"{n}") i =...

Can redislite be used to run [Redisgraph](https://oss.redislabs.com/redisgraph/)? I believe Redisgraph is a Redis module so is there a way to specify a module to load when starting Redis from redislite?

Are there efforts to support Mesos 1.3.x in this repo or elsewhere?

Working through the [tutorial](http://deepdive.stanford.edu/example-spouse), I get the error below. It's running in the example directory from a clean git pull of the [repo](https://github.com/HazyResearch/deepdive). What am I doing wrong? * Wrong...

Hi, I get this error after an mvn clean package. I've added the shade plugin as suggested in several [places](https://www.assembla.com/spaces/akka/tickets/2634-akka-remote-prevents-application-from--shading--%28standalone-jar-creation%29-due-to-config-issues-in---?comment=183467573#/activity/ticket:) to solve this problem with no luck. Perhaps I've got...

FYI, I was able to use this repo with Python 3 by changing these changes: 1. imports ``` #from cStringIO import StringIO try: from StringIO import StringIO except ImportError: from...