Michael

Results 19 comments of Michael

did by any chance your first step be of type 'title' and the second one type of 'element'. Because I am having the same issue with 'element' types, as they...

Number of tests doesn't really affect run time after a certain point. We have around 1700 tests and they run in around 3 mins or so. Keep in mind that...

I will take a look at the implementation of this in different clients and let you know since right now it does seem that the binary protocol might not allow...

Maybe @lvca can shed some light on this, since the java client supports this functionality. eg. ``` try{ Vertex luca = graph.addVertex(null); // 1st OPERATION: IMPLICITLY BEGIN A TRANSACTION luca.setProperty(...

Thanks for popping up so fast @lvca. The negative clusterPosition logic is already present in this client. So we can create two nodes with ids #cluster1:-1 and #cluster2:-1 and add...

There is a workaround I could use, documented in Bluebird documentation, which is to use a hybrid form of function where you do pass a callback as the last argument...

Hi Pablo, I really appreciate you taking the time and responding to this. Since you are no longer maintaining this repo I will probably fork it and make changes to...

For reference, here is the issue I opened on the plugin side also https://github.com/j3k0/cordova-plugin-purchase/issues/1549