Rudolf Meijering

Results 5 issues of Rudolf Meijering

I have a collection of bbr models. If I call .fetch() after the models have been added to the store and have been updated on the server side, bbr adds...

enhancement

## 🚀 Feature Proposal It should be possible to configure the client to control the max open sockets and max idle sockets across all nodes. In addition, the client should...

Area: Transport
Category: Feature

Many (most?) of the dashboard migrations follow a pattern where we wrap the migration function in a `try` block and if an exception was caught or the dashboard has invalid...

Feature:Dashboard
Team:Presentation
loe:week
impact:medium

The Elasticsearch-js client typings for `client.indices.create(...)` has type definitions for `settings.index.mappings` but according to the docs (and testing against main) this should be `settings.index.mapping` (singular) https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-settings-limit.html#mapping-settings-limit

bug
typescript