Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

@Xk0nSid @belforto Are you able to provide the full error stack trace? It will help me understand what is causing the issue

Any term object can go through `Object.freeze()`, `Object.seal()`, and all its properties can be nonwritable.

My team is on the Pro plan and we would really like this.

According to this resource: https://www.slideshare.net/mobile/olafhartig/the-semantics-of-sparql SPARQL algebra differs from AST which as you written is the output of SPARQL.js

Thanks! Maybe better add it to the main readme?

Oops, I meant Backspace. It was very late when I opened the issue. @MrBlenny it would be wonderful!

@dazinator, @pahen is this still being actively worked on? Is there work to be done that can be helped with?

How do you like [CBOR](http://cbor.io/) as serialisation format? It has support in [JavaScript](https://github.com/hildjj/node-cbor), [Go](https://github.com/ugorji/go), [Python](https://pypi.org/project/cbor/) and it's fully compliant with JSON.

Another option is to use Gremlin's Bytecode format. Here is the implementation of the Gremlin Bytecode in JavaScript: https://github.com/apache/tinkerpop/blob/75b190665c0689e95847b0f9def145da172e1f9d/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/graph-traversal.js Basically: it accumulates the steps to a structure and then uses...