Results 16 comments of Michael Schwab

This is an interesting idea, especially if graphs (ie match query results) could be pushed through the networkx library to have it output visualizations. One of the impediments I've been...

Checkout RedisInsight which has a graph visualization when you return nodes and relationships in a query.

With the current blue bar across the top of the github pages, it maybe time to officially un-stall this project. What's needed?

I got the same issue with just an 8.0MB file. Stuck on "Splitting file to shares" for hours now. Edit: just found this in the logs regarding the hung splitting...

yes, I pulled from source and did the setup. Fixed it with this, the api_url field is NLA: ` self.storj_client = storj.Client(None, "", storj_bridge=self.bridge_api_url).user_create(str(self.email).strip(), str(self.password).strip())`

Multi-select is a pretty standard ui thing. It should be supported, not to mention adding folders.

I'd like to +1 this feature as well. Here's an example of a post request "test" that I use all the time in Postman to get a session-id from the...

I agree with this issue. In my case I'm loading a bunch of .md files into the source_documents and when only one of them fails, they all stop processing. To...

I'm also getting frequent periods where 1 (of 4 ) cores is maxed out at 100% for long periods of time as well. Usually it's after navigating through the app....

@cripcate, did you ever get your issue sorted out? I was able to get ob server working on an RPi3 using docker. I'ts posted at https://github.com/schwab/raspbpython if you want to...