Alan Plum

Results 79 comments of Alan Plum

Looks like the HTTP API docs are incorrect or misleading. It's probably easiest to restore the `if-match` behavior of v6, though I think the new option should be called `ifMatch`...

arangojs doesn't patch a global window object in Node, it imports a version of the btoa module that uses `Buffer` instead. I'll see if I can use the btoa global...

This is the HTTP API: https://www.arangodb.com/docs/stable/http/async-results-management.html There's no simple way to implement this as the idea is that _any_ operation can be performed asynchronously and this would currently break things,...

I don't think this is a bug. A naked 503 response could mean anything. We would need to make explicit assumptions about whether or not the 503 response without the...

Shouldn't it actually follow the redirects?

This depends. When a Foxx service responds with a redirect, that would likely not be an error but entirely expected. Throwing an error in that case by default would be...

@lostpebble ArangoJS comes in two flavors: server (node) and browser. CloudFlare Workers seem to be different from both. CloudFlare Workers support the Fetch API, which is originally a browser API...

I don't know how soon I can find time to address these compatibility issues and upgrade to webpack 5 but since I have no experience with CloudFlare Workers, my suggestion...

This would be a breaking change, but I think a compromise would be to add an alternative method (say, `updateHostList`) that replaces rather than updates the known hosts. One issue...

Nope, just trying to cover my bases ;) I think it's more useful to have a single canonical module rather than a dozen diffently broken ones, so I'd prefer to...