jwierzbo
jwierzbo
@brianvanburken instead of using `ASDF_CONFIG_DIR`, could you provide new ENV - `ASDF_GLOBAL_TOOL_VERSIONS_PATH`? That would be more handful to use and also all logic could stay in place
@Feyko could you describe "without the proper permission" case? I was try to reproduce it with a user who has no access to the specific db and for both cases...
> While I was testing this, I also tested other "Exists" methods. CollectionExists returns `forbidden` no matter if the collection exists or not and `CollectionExists` returns no error and `false`...
Pregel API has been added to the driver https://github.com/arangodb/go-driver/commit/95925b1e1ece53d6d5a6a04a603d9f357134cd1e Please use it instead of raw request.
Hello @flusflas! Fell free to open PR with proposed changes (with some tests). You should also create one additional method for deleting the unprocessed cursors - right now we're handling...
Could you share your code? We would like to see what operations are used to connect edges with your document. We need to ensure that all operations are carried by...
You are in the middle of the transaction and as I see the doc can not be found if you do not include tx: `helper.DocumentExists(ctxActivity, col, meta.Key, false)`, but it...
There is no response for a long time, I assume that the problem is solved now.
There is support for velocypack already - you need to pass additional `ContentType` field during connection creation: ``` conn, err := http.NewConnection(http.ConnectionConfig{ Endpoints: []string{"http://localhost:8529"}, ContentType: driver.ContentTypeVelocypack, }) ```
@curiosport here is the doc for schema: https://www.arangodb.com/docs/3.9/data-modeling-documents-schema-validation.html#enable-schema-validation-for-a-collection