stephen mallette

Results 47 comments of stephen mallette

Nice to see this is on the bulbs roadmap. I want to make sure python guys get good support in TinkerPop3. We still don't have client interactions with Gremlin Server...

I think the issue is that Ferma needs a `Graph` instance to work and since that instance for a "remote" graph is technically an `EmptyGraph` instance, Ferma has some trouble....

In `DelegatingFramedGraph` it uses the structure API of `Graph.addVertex()`: https://github.com/Syncleus/Ferma/blob/9a45e2d696100424711956d8fba368925d8c359e/src/main/java/com/syncleus/ferma/DelegatingFramedGraph.java#L305 for mutations so I think that's perhaps where there is a problem as `EmptyGraph` has no method implementations...it's just a...

thanks, i'd be curious as to what you run into. if you can itemize what you find as being troublesome, perhaps i can help brainstorm workarounds and/or help propose changes...

that's not quite what i meant with this issue because if I'm reading it right, your sample code there still calls the old `io()` method on the `Graph` interface. if...

sorry it took me so long to look at this. note that as of 3.4.11, you shouldn't need `amazon-neptune-gremlin-java-sigv4` anymore. You can see the revised method at the bottom of...

thanks for your contribution. as an initial point regarding the docker/maven CDN issues, could you please form that as a separate PR to the `3.5-dev` branch? i think that rather...

I have a few general points to offer related to "retry" being built into the drivers. First, the community has typically shied away from this feature leaving it to users...

> Is this due to complexity or because the feature is not desirable? Just to clarify, as the feature was originally proposed it was, at the time, found not desirable....