Josh Mock

Results 24 issues of Josh Mock

When instantiating an `AppSearchAPIConnector`, you can provide a [signed search key](https://swiftype.com/documentation/app-search/authentication#signed) rather than the public search key. Here's an example JSON object that we're passing in a signed key for...

bug
pinned

Tracklist options like `mode` , `repeat`, etc. cannot be set in mopidy.conf. They can only be set by a front end that exposes them. My particular use case is that...

Adds support for `410 Gone` HTTP response status, so a more useful exception is raised when an Elasticsearch API is unavailable. See https://github.com/elastic/elasticsearch/pull/97397.

More of a request than a bug -- and I may be interested and willing to contribute work if the idea seems cogent: when running `grunt mocha_phantomjs` on more than...

## 🐛 Bug Report When the client is configured to use `HttpConnection` instead of the default `UndiciConnection` class, error stack traces are often too brief: ``` ConnectionError: socket hang up...

Area: Transport
Category: Bug

Rather than just creating an in-memory Apache Arrow [`Table`](https://arrow.apache.org/docs/js/classes/Arrow_dom.Table.html), the helper can now create a [`RecordBatchReader`](https://arrow.apache.org/docs/js/classes/Arrow_dom.RecordBatchReader.html) from a streaming binary response. This enables support for performing calculations on larger-than-memory Arrow...

backport 8.x
backport 8.16

With [elasticsearch-clients-tests](https://github.com/elastic/elasticsearch-clients-tests) now including filters to separate stack from serverless tests, migrating this repo away from the `rest-api-spec` tests in the Elasticsearch repo will create a more stable and maintainable—and...

Area: Tests
Category: Enhancement
tracking

The client should be modifying the `x-elastic-client-meta` header to distinguish when `UndiciConnection` or `HttpConnection` is being used. Right now it [hard codes](https://github.com/elastic/elasticsearch-js/blob/84ab2a787d0922ae3d317c9f87c987339595b18c/src/client.ts#L211) `hc`, and I verified in our telemetry that...

Area: Transport
Category: Bug

**Describe the bug** All streaming tracks go silent midway through playback. I have reproduced this with `Mopidy-Bandcamp` and `Mopidy-Tidal` but have not been able to reproduce with `Mopidy-Soundcloud`. It does...