Andrew Grothe
Andrew Grothe
Question: am I able to apply some classes or data to an element to allow dragging into the tree from an outside source? I can add elements via selecting a...
Trying to create new database users and running into a few issues. I see there is a DatabaseUser class but the only use is when creating a new database. I've...
Is there support for [AQL queries](https://docs.arangodb.com/3.1/cookbook/AQL/Joins.html) such as: ``` arangosh> db._query( ........>"FOR b IN books LET a = (" + ........>" FOR x IN b.authors " + ........>" FOR a...
I've set the pebble.exposeRequestAttributes (and session setting) to equal true but not getting anything from {{ request.contextPath }} in my base template. Using Spring Boot 2 with Session and Security...