Mark Harrison

Results 15 issues of Mark Harrison

(sorry for the previous polluted pull request, my git-fu seems to be weak!)

By my understanding, these two specifications should be identical: ``` short: {x:1, y:2} very_long_thing_that_cannot_be_short: {x:1, y:2} ``` and ``` short: {x:1, y:2} very_long_thing_that_cannot_be_short: {x:1, y:2} ``` Example 1 produces the...

Unable to install this Extension. SketchUp was unable to install the Extension you have chosen for some unknown reason. Consult your Extension's documentation for additional help. Mac OSX 10.8.2 SketchUp...

bug

Unreadable in its present state. Can the text foreground be set to a light color?

### The Feature Please add library stubs so that mypy or other python linters can verify proper litellm usage. ``` mh exercises/litellm_examples% mypy --strict litellm_ollama_1.py litellm_ollama_1.py:5: error: Cannot find implementation...

enhancement

Fixes this error: hidapi % ./bootstrap + autoreconf --install --verbose --force autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 configure.ac:23:...

The linux equivalent of spaces that I use has a nice feature of being able to name a space. I will name the spaces after issue numbers, etc, allowing me...

A friend saw me using SpaceId and wanted to try it, and asked me for the program name. My bad memory could not recall the SpaceId name, so I clicked...

I see a small speaker in my MacOS Chrome tab if that tab is playing music or a video with sound. Is this information available from TabFS?

Provides an Ollama-compatible REST API to QueryBot. Example usage: ``` llamabot serve querybot --system-prompt "be smart" --collection-name \ junk1 --document-paths ~/h/duckdb-web/docs/sql/query_syntax/where.md ```