Steffen Baarsgaard

Results 5 comments of Steffen Baarsgaard

I tried solving a similar problem by using the [`AutoComplete`](https://github.com/mikaelmello/inquire/blob/main/inquire/src/autocompletion.rs#L24-L32) Trait that is available on the `Text` Prompt. I was trying to make a Query builder for JQL(Jira Query Language)...

`ParseAllDocuments()` specifically appears on Kubernetes manifests. The error changes when yaml-language-server is configured with a kubernetes glob pattern. https://github.com/redhat-developer/yaml-language-server/blob/main/README.md?plain=1#L115 It will instead show: ``` Matches multiple schemas when only one...

Would you consider also exposing the currently configured `cluster.max_shards_per_node`? This would allow for a dead simple alert when you're nearing the limit and not require an update to your monitoring...

> nodes do not typically contain shards with the "unassigned" state. This is the exact reason I would include unassigned shards as well, simply because it's atypical and I would...