Luca Garulli

Results 306 comments of Luca Garulli
trafficstars

I checked the method and only the buckets relative to the vertex types are considered: https://github.com/ArcadeData/arcadedb/blob/9b6a20acf619a06a63657dff82c8210b5e833209/gremlin/src/main/java/org/apache/tinkerpop/gremlin/arcadedb/structure/ArcadeGraph.java#L191

Ok, I found something odd in ArcadeGraph. A check is missing about the label name. It checks only that the vertex/edge types exist without checking that is a vertex or...

@nicolaiwadstrom any news on this? Were you able to try this out? Thanks in advance.

What's the URL of that page?

I got it now. We use AsciiDoc, not sure if changing the title is possible. But I agree it would be nice.

Same error. I'm catching the `onDisconnected` event: ``` @Override public void onDisconnected(WebSocket websocket, WebSocketFrame serverCloseFrame, WebSocketFrame clientCloseFrame, boolean closedByServer) { reconnect(); } ``` And the parameter `closedByServer` is always false....

Hi guys, OrientDB has a successor and its name is ArcadeDB. It's much faster, lighter, 100% java (no JNA/JNI), and supports the same SQL from OrientDB (it's actually the only...

That's a good idea. ArcadeDB requires JRE 11 - 15. Starting from Java 16 there is a known bug in Gremlin that doesn't allow it to work (it was related...