Re: How do I access inner(embedded) Document's properties in C#

2015-06-25 Thread Jim Borden
Are you casting to `IDictionary` or just `Dictionary` because those will have different results. Can you examine to see what type it actually is? -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop recei

Re: Updated Unity zip file (CBlite 1.1.0.1)

2015-06-30 Thread Jim Borden
The new zip package is here For future reference, you can find all of the releases on the GitHub releases page -- You received this

Re: Regarding .cblite-shm and .cblite-wal file

2015-07-10 Thread Jim Borden
What is the exact error you are getting? Those two files are normal. See sections 2.2 and 2.3 of this page -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Register global JsonConverter (.NET)?

2015-08-16 Thread Jim Borden
What you are seeing with the NewtonsoftJsonSerializer class is the beginning of making the JSON serialization library swappable. At some point in the future, you will be able to define your own serialization engine and set it. You can feel free to create a ticket on the github repo if you wan

Re: ReplaceDatabase with Zipped Files

2015-08-16 Thread Jim Borden
Yes, Couchbase Lite for .NET has a convenience API to use zipped files with the correct directory setup. There are a number of unit tests to check this functionality. Try using a different zip software I guess? Many of the manufacturers make some proprietary changes in the way they implement

Re: Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2018-01-24 Thread Jim Borden
> > > Therefore it is incorrect to expect that modifying a struct -- a copy of > which was previously handed to another object -- should have any future > effect. That doesn't stop people from expecting it...and wasting time with questions about it -- You received this message because you

Re: Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2018-01-24 Thread Jim Borden
Objective-C also makes use of a builder of sorts (https://github.com/couchbase/couchbase-lite-ios/blob/feature/2.0/Objective-C/CBLReplicatorConfiguration.h#L154-L183) Yes, the builder is the only current way to do it, but debate has arisen again internally as pointed out above. However, we have

Re: Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2018-01-26 Thread Jim Borden
The spirit of what you described is what you should do, but your replicator will shut down automatically once the session cookie expires because it will start getting unauthorized errors (I'm not sure why it was in the client API and so when it was reviewed it was removed, but as far as creatin

Re: Announcing Release of Couchbase Lite 2.0 Developer Build 21 (DB 21)

2018-02-09 Thread Jim Borden
Hey, just wanted to chime in and let you know that the discussion about the builder API ended with the "remove it" side winning. We are back to regular configuration objects with DB022, except that once they are used inside of their various objects they become "frozen" and further attempts to