Enteee

Results 50 comments of Enteee

hi @maggiolo00, thank you for the answer. My text probably didn't make this clear enough: I sort of figured this out already. Which is why I asked: > Question: Why...

@maggiolo00 thank you.

thank you, that helps a lot! But can you explain me why I'm facing concurrency issues with the following code? ``` javascript async.each(_.range(10), function(i, cb) { console.log(i); // connect to...

To be honest, I might be wrong with this, but I'm starting to think that I don't understand the orientdb's transaction system or it is not working as expected. Queries...

Adding a `UNIQUE` index on Process and Snapshot seems to be a valid workaround.

which means theory 2. holds? I'm using the `UNIQUE` index workaround atm.

when you do this, please also document how to handle the following error which emerges when you use the same connection for a long time. ``` { OrientDB.RequestError: The token...

Hey :wave: . This change makes sense. I see this implemented like this: ```bash git push \ --all \ $([ "${DO_FORCE_PUSH}" = true ] && echo "--force") \ "${dst_repo}" \...

Thank you for your pull request. This looks all good, my current problem is that I have absolutely no means of testing and maintaining this. Is this more informational or...