Marty Schoch

Results 21 issues of Marty Schoch

We should watch this change, and once it is finalized, port over a similar feature to cbft: http://review.couchbase.org/#/c/55550/

Its fairly common for servers to let you configure 2 separate addresses, a bind host and a publish host. Here is the relevant section of the Elasticsearch docs: https://www.elastic.co/guide/en/elasticsearch/reference/1.6/modules-network.html Came...

I notice this sometimes when cbft is started from ns_server. It seems to NOT happen when I first create an index. But rather, after I kill ns_server (and thus everything...

An initial attempt at a useful benchmark suite. The target audience for this at the moment is other fireproof developers. ### Goals - focus on measuring the performance of the...

This lets me do: ``` FP_BROWSER=firefox pnpm test ```

This PR basically adds support for otel instrumentation. It doesn't make much attempt to be integrated properly yet, rather it just explores what functionality we can get, and what APIs...

Focus on the external API, and example code that we can have confidence stays working over time.

Meno has some infrastructure that we should follow. We need to identify the list of highest priority commands, and their requirements.

I have a react component which expects to find 2 parameters in the URL (database name, doc id). It expects to open the name database, set up a sync with...