David Michael Brown

Results 55 comments of David Michael Brown

Btw @richburdon no worries! I love questions and I am happy that you are using gremlinclient!

I'm not 100% sure what you are asking... I haven't used the Marko's generated code at all, so I'm not sure what the issue is. I'm also not sure about...

Hi @vivekr20. I'm curious about this issue. Does the Gremlin Server ever return a message that isn't bytes? Have you seen an error here? If so, could you post code...

I would be happy to help you with anything related to the Python TinkerPop libraries. I would also love to see examples with CosmosDB. Please ping me with a link...

Are you using TinkerPop 3.2.5? If I remember correctly, I believe they added a max bindings option to the server configuration. Since ipython-gremlin binds the local namespace and sends to...

I saw your question on Google Groups, and @spmallette's [answer](https://groups.google.com/d/msg/gremlin-users/I5e8hwzLHX4/X95idmMpCAAJ) should work fine. As he said, just add the Standard Op Processor to the processors map in the YAML conf...

Try installing aiogremlin from github. This error has to do with changes made in the aiohttp websocket client. I’m travelling now, but I hope to update all of these libraries...

You can increase the number of bindings in the gremlin server config file. But this is more of a hack then a fix. I need to figure out to better...

TBH no. I am not sure what the best approach to solve this while still allowing bound Ipython variables to be passed as bindings. I am overwhelmed now with other...

Sorry somehow I missed this issue when it was first open. @adriagascon would you like to make a PR to fix this issue (with a test)?