-
-
I get this error when restoring Nugets packages in VS for mac : "Could not restore Nuget packages" when looking at the log it seems to be unable to find Couchbase.Lite.Support.Android nuget package.
-
Based on the comment in https://github.com/couchbase/couchbase-lite-ios/pull/2068, the error might be changed from `CBLErrorInvalidParameter` to `CBLErrorNotFound`.
pasin updated
6 years ago
-
Couchbase.Lite 2.0.0-db021 in .NET Standard 2.0 project, part of Xamarin Forms 2.5.0.122203 app, running iOS 11.2 in Simulator.
I connect to the Gateway (Couchbase Sync Gateway/1.5.1(4;cb9522c)) fo…
bdgza updated
6 years ago
-
In my UWP test app running on Windows 10 1709 I run a couple of test cases that exercise Push, Pull and PushPull replications.
In this file (encrypted for @borrrden ) I collected some logs from cou…
-
In Couchbase.Lite 2.0.0-db021 there was a method
` Couchbase.Lite.Logging.Log.AddLoggerProvider(...);`
This is not available any longer in 2.0.0-db022.
**Functional Impact:** Cannot create …
-
### Sync Gateway version
SGW 2.0 beta2(823;5b66afb)
CBS 5.5
CBL 2.0 db023
### Operating system
Windows Server 2016
### Config file
```{
"ServerReadTimeout": 200,
"ServerWriteTimeou…
-
Replication starts fine w/ 2.0.0-db022:
`14:45:40.142237| [Couchbase]: (Startup) [1] 2018-03-15T14:45:40.1372427-07:00 CouchbaseLite/2.0.0 (.NET; Microsoft Windows 10.0.16299 ) Build/52 LiteCore/619 …
-
Hi I've been recently evaluating Couchbase Lite for my company's apps, and I think the android db inspector is a pretty cool concept to inspect the contents of our apps's dbs when debugging. But I ca…
-
In CBL android version, there is a method `getBlob()` on Database that fetches attachments like `getBlob("_attachements.something")`. On Swift side however I don't find this method on `Database`. Ther…