Ryan Wilcox
Ryan Wilcox
To follow up on this old issue, I believe I have similar problems. Well, similar in that I found I can not use the fancy operators with remote connections (if...
Awesome, thanks! Take a look at the [JanusGraph Server Getting Started](http://docs.janusgraph.org/latest/server.html), but TL;DR: use `bin/janusgraph.sh start`
Woh, awesome! I'll take a look at the changes probably tomorrow, (And that buffer underflow error sounds familiar too - I can't place it but I'll check it out at...
> any news re the DecoderException? Can you reproduce it? No, and my browser history and notes didn't help either :(
> 'No' as in, if you run the test locally it works, and you don't get that exception? If so, what exactly did you do? I downloaded the 0.2.0-hadoop2 release,...
Ok, super weird: `sbt test` gives me the error too. Was not expecting that (given my success with IntelliJ)
Ok, super interesting. In my IntelliJ test configuration there's a checkbox to "use SBT". It was off. When I checked it to be on I got the same error in...
Ok, so here's what worked for me ```python import stashy from stashy.pullrequests import PullRequest, PullRequests stash=stashy.connect("http://mybitbucker.com:7990", "admin", "admin") client=stash._client; projectKey = 'PROJECT_KEY_FROM_THAT_PROJECT_LIST_COLUMN_IN_THE_UI' repoKey = 'MY_DESTINATION_REPO' project = stash.projects[projectKey] parent= project.repos['repoKey]...
Yes, the GNU standard or whatever doesn't deal well in those situations. I've seen solutions from "just use this same parameter multiple times and it'll figure it out" to "use...