Alan Plum

Results 79 comments of Alan Plum

I'll keep this issue open because the message is extremely unspecific. The cause in this case (as in most cases when using `zipFile`) is a permissions problem: ArangoDB didn't have...

Just a naive question: shouldn't you also take static properties into account in this discussion? Or are they intended to have different syntax because the assignment happens at different times?

@neonsquare so the syntax (assuming `:=` which @domenic proposed) would be ``` js class A { static foo = 'hello'; bar := 'world'; } ``` ? I think it's worth...

Frankly the entire point of having syntax for class fields is to be able to declare instance attributes and to avoid having to define constructors (with the entire `this` and...

+1 The idea is that you can do something like this, I think: ``` js router.addRoute('/:foo/:bar/:qux', fn, 'index'); router.getRoute('index', {foo: 'lorem', bar: 'ipsum', qux: 23}); // => '/lorem/ipsum/23' ``` Or...

It'd be neat if it were possible to use mocha programmatically without it requiring all the tty/shell related dependencies. I integrated Mocha in ArangoDB to allow us to execute tests...

Shiny. If there's anything I can help with, I'm available. I'd love to see mocha become more environment agnostic.

You can do all of these things, it just depends on how you want to access and use the data. If you want to use the graph features of ArangoDB...

If the ArangoDB UI also logs out, this doesn't sound like it's caused by arangojs and rather ArangoDB itself reacting strangely to something you did. Can you clarify what exactly...

I'm moving this issue into the main ArangoDB repo as there is nothing actionable here on the arangojs side of things.