Neil Hansen
Neil Hansen
**What** We already have the `tracing` library going throughout pg_bm25 for an environment-agnostic logging interface. We need to properly hook it up to `pgrx::log!` and `plog!` before production deployment, so...
It's my understanding that the `resolveProvider: true` property in the `completionProvider` capability in the Language Server Protocol (LSP) signals that the language server can resolve extra details for a completion...
I'm new to using pytest and pytest.el, so bear with me. I'm using Spacemacs on Windows 10. I'm using the Python layer along with LSP. I've spent an embarrassing amount...
**Bug Description** After a runtime error in a `pg_lakehouse` query, we're stuck with: ``` Query 1 ERROR at Line 1: : ERROR: there is no reactor running, must be called...
The `Connection` hides away the raw duckdb connection object in private fields: ```rust /// A connection to a DuckDB database. pub struct Connection { db: RefCell, cache: StatementCache, path: Option,...
**Describe the bug** I'm trying to get clojure-lsp working with [Helix](https://helix-editor.com/) and Babashka. I'm finding that the language server crashes immediately when opening a `.clj` file without a git repo....
It would be handy to be able to use `Command::exec()` with a convenient macro. I commonly use this when I need to transform the current process entirely into another process...
#### Description :octocat: Many single-key CIDER commands, like `i` and `c` for "into" and "continue" are interpreted as Normal Mode commands. Not only does this make the debugger unusable, but...
## What For use with the new `@@@` operator, so a user can pass the full search query configuration on the RHS. ## Why ## How ## Tests
### What happens? ``` Query 1 ERROR at Line 1: : ERROR: could not parse query: WrongFieldType("data.enriched.email") CONTEXT: SQL statement "SELECT * FROM public.raw_contacts WHERE id @@@ __paradedb_search_config__" PL/pgSQL function...