Olivier Favre
Olivier Favre
The current gh-pages branch is not compatible with ES 1.x, because it is currently behind master. This prevents using http://karmi.github.com/elasticsearch-paramedic/ directly, and forces to install it as a plugin, which...
A clear and concise description of what the bug is. In Copr some builds fail: [latest 4685323 build](https://copr.fedorainfracloud.org/coprs/atim/lazygit/build/4685323/) * epel-7-x86_64 * epel-8-x86_64 * epel-9-aarch64 * epel-9-x86_64 * fedora-35-aarch64 * fedora-35-x86_64...
Currently, only query and script-related fields are parsed and forwarded to the update requests. We could add: - `retryOnConflict` - `doc` Providing partial document-based updates may help with performance, by...
`slice` was broken with an offset or length above 1000. Shopify documents that `slice` supports arrays in addition to strings; I added support for working on slices. ## Checklist -...
The previous map implementation worked only for slices of maps. By using the library's `values` package this implementation should work with all compatible types. ## Checklist - [x] I have...
It would be nice to be able to list everything related to a document, like fields, terms, positions, payloads, etc. Like luke does when you iterate over the documents. That's...
I noticed the `reqId` field is set to 1 and never changed. Concurrent usage seems unsupported.
### Suggestion It seems like some environment variables are pretty mandatory, at least as soon as we're not using a dev server anymore. See [#3325](https://github.com/BuilderIO/qwik/issues/3325#issuecomment-1474890402) where @manucorporat suggests one should...
I know that Control-Space cycles through layouts in tmux, but it's not as useful as a simple switch. This pull request adds `-H` for even horizontal layout, `-V` for even...
`~/.clusterssh/clusters` is not the only file that is used by cssh, there is `~/.clusterssh/tags` too.