Mark Nadal
Mark Nadal
@Jack-Works unfortunately not. That is a good/important feature for the future, but pretty low priority for me (trying to keep these 40K users/second in-production peers afloat!) IndexedDB may ask browser...
Hey, I'm in the middle of writing a collaborative writing tool using my Open Source Firebase replacement (http://github.com/amark/gun). The editor will use CRDTs and DAGs instead of OT, because OT...
@tablecell sorry I run/support/maintain a full Open Source database solution now https://github.com/amark/gun so I don't support this anymore - happy to accept pulls tho!
@baddcat, sorry for a late reply. Apparently GitHub stopped sending me emails about issues! You can do a find() query on the object you just saved/updated and retrieve it there....
@ronen1malka currently I was assuming getlasterror was how this was done in all the other drivers. Do you know what they do instead? I'm currently devoting all my attention to...
Upon further thought, I realized maybe having the remoteIP validate with the incoming socket might be bad and turned off by default. Why? Well what if you have a configuration...
Pretty sure I fixed this, however I won't close until I have tests (https://github.com/amark/coalesce/issues/4) to prove so.
Are you getting any errors or warnings? Could you post any more details so I could try helping? (btw, if you're new to databases, and looking for something even easier...
@tvl83 I know it used to work years ago, IDK now - more than happy to accept any PR. You could also migrate/import all the MongoDB data into GUN, so...
Hmm, I just tested this myself, you are right. I know that MongoDB has some special "_ID" BSON object or something strange. So I am guessing what happens is... when...