Alan Plum
Alan Plum
Hi folks, Alan from ArangoDB here. If there's anything we can do to help you with the connector feel free to ping me.
@joelgetaction I don't think I've heard from anyone working on one and we don't have one listed at https://www.arangodb.com/arangodb-drivers/ at the moment, so give it a shot if you want....
The npm release doesn't export a `default` property, so the typings are wrong. The typings indicate it should be treated as an ES module, but the npm release is a...
I've just used this to escape a hubot's sandbox and list the contents of /etc/passwd and exfiltrate random memory via Buffer. This should definitely be fixed.
Note to self: that sounds like an issue with https://github.com/Twipped/joi-to-swagger -- we're probably using an out-of-date version so updating might fix this.
Correction: we're using https://github.com/lightsofapollo/joi-to-json-schema not joi-to-swagger. We might want to switch, though. Looks like Swagger UI's supported subset of JSON Schema is a bit too limiting.
This should be mentioned in the docs.
It's a bit more complicated than anticipated. The `whatwg-url` implementation depends on `TextEncoder` and `TextDecoder` being defined in node's `util` module, which we do not currently implement in ArangoDB.
@Simran-B I don't understand why the `update` would cause a write-write conflict considering it just patches the data of a document with a given key. (maybe /cc @joerg84 can point...
There's no easy way to handle serving documentation assets in the web interface right now. The readme is simply parsed into HTML and rendered but there's no logic for providing...