Wenxuan

Results 17 issues of Wenxuan

Thanks for your brilliant work! I find this tool very useful when there are lots of completion items. On the contrary when there are few completion items, such as only...

enhancement

`Intersperse` inserts a value between each element of a slice. It can be very useful to join items using a common element. Inspired by [rust intersperse iterator method](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.intersperse). ```go s1...

'alt + w' (forward-word) not work after enable the plugin. But there is no problem with 'alt + b' (backward-word) keybind.

Here is a very simple scroll request, but I can't make it work. Did I get something wrong? ```rust let req = ScrollRequest::new(json!({ "query": { "match_all": {} } })); let...

Is there some reasons the `index` and `ty` must be static in `SearchRequestInner`? I find it is hard to give `SearchRequestBuilder` a static index name since it only can be...

- [x] #1018 - [x] #1019 - [x] #1020 - [ ] #1021 - [x] #1022 - [x] #1023 - [ ] #1024 - [x] #1025 - [ ] #1026...

feature request