Wesley Jon Cheek

Results 20 comments of Wesley Jon Cheek

Still not implemented? Seems a long time coming..

@abdallahshaban557 Lex v2 is promoted as the newest version of the Lex service - why would I use v1 instead? V2 has been available for over a year. I spent...

Bump for somebody to implement this feature!

@LukeDev42 Could you go into a bit more detail of how you were able to create the executable using `pyinstaller`? What does your `spec` file look like? I have been...

> I solved this issue thanks to this post: https://stackoverflow.com/questions/70938763/build-problem-with-react-vitejs-and-was-amplify > > In vite.config.js add: > > ```js > resolve: { > alias: { > './runtimeConfig': './runtimeConfig.browser', > }, >...

It's unfortunate but this small bug is so annoying that it makes this otherwise nice plugin not worth using. Most vim/neovim users also use FZF. Please fix this bug if...

It's because you are using the `shouldLoadConfigFromEvent` option in your `loaderOpts`. You need to add an event listener for the `receivelexconfig` event and send your config through a custom event,...

For anyone here looking to address the error `'search_phase_execution_exception', "failed to create query: Field 'vector_field' is not knn_vector type."`, you need to add the `vector_field` param as a `**kwarg` in...

@Sinan-Karakaya I ended up not using this option in the end so I no longer have an example. Now I just use the default vector field name, "vector_field". I would...