Neil Hansen

Results 20 issues of Neil Hansen

## Expected behavior ```elisp (cider-insert-in-repl "(quil.applet/with-applet user/sketch-path (quil.core/redraw))" t) ``` I have the above elisp statement bound to a key, so I easily call re-draw my Quil sketch. I should...

bug
good first issue

I have a very minimal project using `figwheel-main` and `devcards`. I'm using npm versions of `react` and `react-dom`, as well as the Figwheel `{:auto-bundle :webpack}` option. Simply loading my single...

I'm having trouble running `javabridge` on my MacOS Big Sur (M1) with Azul Zulu OpenJDK. `pip install` works correctly, though I have to set `CFLAGS` to make the `numpy` dependency...

I write a lot of custom fish scripts to help me edit/test fish functions, so I rely pretty heavily on `functions --details ` to tell me where a function is...

enhancement

**Description** I'm getting an error from `docker compose build` with a setup that is consistently successful with `docker-compose build`. I have a `docker-compose.yml` file with two services: `base` and `extended`....

kind/bug
area/build

# Ticket(s) Closed - Closes # ## What ## Why ## How ## Tests

**What** Tantivy allows some configuration around how queries are parsed, we should make these options available to users: https://docs.rs/tantivy/latest/tantivy/query/struct.QueryParser.html#method.parse_query_lenient https://docs.rs/tantivy/latest/tantivy/query/struct.QueryParser.html#method.set_conjunction_by_default **Why** Users want more control over how their queries are...

feature
priority-3-low
pg_search

**What** We don't have enough examples of the query syntax for JSON objects. Some info from Tantivy on the query parser's syntax here: https://github.com/quickwit-oss/tantivy/blob/main/doc/src/json.md Example: ``` cart.product_type:sneakers AND cart.attributes.color:red ```...

documentation
priority-2-medium
pg_search

**What** Specifically, we should make clear that search operations like regex, fuzzy find, etc all take place _on the tokens_ that are generated by the index tokenizer. Not necessarily the...

documentation
priority-2-medium
pg_search

**What** `create_bm25` should adopt a `where` parameter to support conditional / partial indexes: https://www.postgresql.org/docs/current/indexes-partial.html **Why** Relevant feature request in community Slack: https://paradedbcommunity.slack.com/archives/C05M7JPPDN1/p1711606230397599 Example use case: > Thinking of the use...

feature
priority-3-low
pg_search