yerboogieman
yerboogieman
I am working on modifying the com.adobe.serialization.json.JSON\* classes to resolve this issue. Would you like the code?
I have been going through the arangochair code to see how it works and I think I see how it's possible to do this. If you look at the code...
Okay, I have now completed the aforementioned enhancement and created a pull request. So now, instead of: `// explicit` `no4.subscribe({collection:'users', events:['insert/update', 'delete']});` You can listen for 'insert' and 'update' changes...
Hi @voondo, my PR entitled "Emit separate events for inserts and updates" also has code to use JSON.parse() instead of relying on index-based string parsing. Perhaps we could merge our...