Laran Evans

Results 9 comments of Laran Evans

So, I had gremlin 3.3.0 installed (currently the latest version). But the Janusgraph support in express-cassandra seems to rely on version 2.7.0. The javascript gremlin API has changed since version...

+1 same issue here. Makes it impossible to serve .html files.

Seems related to: https://github.com/zeit/serve-handler#cleanurls-booleanarray I was able to access .html files after adding a serve.json file to my public folder with `cleanUrls: false`

Here's some code for those steps if you want to integrate it: ``` When /^I click the (check box|button|radio button|pop up button|pop up menu button) (named|labeled|titled|identified by) "([^"]*)"$/ do |component_type,...

Sure: https://a.co/d/dZ9bK6v

I have no trouble dumping with mongodump. I get the same message, for instance `2016-02-21T23:20:34.264-0500 done dumping mydb.users (3 documents)`. But it prints to stdout instead of stderr. I'll see...