Elliot Scribner
Elliot Scribner
I am also getting the error: `W/System.err: java.io.FileNotFoundException: /storage/emulated/0/USBCamera/failed_devices.txt (Permission denied)` but I believe my permissions are set up correctly. Has anyone found a solution to this issue?
Tested it out with 4.0; everything worked well with a few minor changes: `/src/ottoman/ottoman.ts`: - removed `NoopTracer` and `NoopMeter` from the import statement (from Couchbase) - removed lines 241-247, which...
### An update after running the test suite against Ottoman built with Node.js SDK 4.0: **Local/On Prem cluster (Docker)** - Initially I got a few errors claiming certain features were...
Done in previous release (2.1.0)
@gsi-alejandro @thejcfactor is this worth updating on the ottoman.js docs site so its in sync with the couchbase docs page?
Hey @zachlankton! Wanted to update you that this has been added in the latest release of Ottoman (v2.1.0), available now on NPM. Thanks for the support!
If possible, lets also add tests to cover TLS connection
By nature, the Ottoman package will always be slower than its underlying API (couchnode). The tradeoff is for convenience and easy-of-use. Pausing this task until we have clearer direction on...
Having the same issue; also reported in https://github.com/alexluong/gatsby-packages/issues/41 Theres a solution that involves wrapping the page element with `` manually, and it fixes the 404 error but introduces a page...
The first workaround described in https://github.com/alexluong/gatsby-packages/issues/41#issuecomment-961913780 also fixes the 404 issue without the flicker effect, but feels like a bit of a hack..