Dominik Franěk
Dominik Franěk
I have added support for creating lines between markers (or rather a points defined by Lat and Long). There is not much functionality (like creating Arcs), but styling of Lines...
In case somebody needs to use TF 2.x and cant get deep_sort working, we migrated one script to be working with TF 2.x (there are still other parts of code...
The driver doesn't generate optimal AQL queries. For example the easiest Gremlin query: `g.V().hasLabel("person").next()` In a graph, which has 3 vertex collections Generates following AQL Query: ``` (FOR v in...
Hi, I am trying to setup JMX monitoring of my ActiveMQ Docker container. I set-up the environment variables in my docker-compose file: ``` ACTIVEMQ_JMX_user1_role=read ACTIVEMQ_JMX_user1_password=password ``` However I can't still...