Cameron Duley
Cameron Duley
* Use `~c''` instead of `''` * Use `import Config` instead of `import Mix.Config` * Use latest version of ex_doc * Set minimum Elixir version to `1.13` per ex_doc requirements
### What feature are you requesting? Implement the following call into pg_search: ```sql SELECT * FROM calls_search_idx.search(query => paradedb.in( field => 'talk_group_id', values => ARRAY[160, 163, 165] )); ``` This...
Why: * Follow [this conversation](https://github.com/elixir-lang/expert/pull/260#discussion_r2624680329). * Long story short, writing the initialization response needs to block everything thereafter to be compliant with LSP spec. * Mostly impacts VSCode AFAIK. Changes:...