John McBride
John McBride
### Describe the bug A few examples of CSS bounds seeming to be broken on mobiile: Tasks: - [x] #3667 - [x] #3668 - [x] #3669 - [ ] #3688...
## StarSearch threads Soon, we'll be bringing "threads" to StarSearch. A thread is a mechanism for StarSearch to understand the chat history, have abit of "memory", and have many message...
### Describe the bug Looks like the Docker container builds on the release actions are broken: https://github.com/open-sauced/docs/actions/runs/10456277985/job/28953223937 Running docker builds locally yields the same "broken link" results: ``` docker build...
### Describe the bug If you click the "copy to clipboard" button to get the image for a chart (like the lottery factor) during the load state, you get a...
### Describe the bug There are still flakey tests: ``` --- FAIL: TestLoadConfig (0.00s) --- FAIL: TestLoadConfig/Non-existent_file (0.00s) config_test.go:51: Error Trace: /Users/jpmcb/workspace/opensauced/pizza-cli/pkg/config/config_test.go:51 Error: An error is expected but got nil....
### Suggested solution We should have a some sanity tests that execute the command `run` functions to ensure the help is being outputted correctly and there aren't any major bugs...
### Suggested solution Right now, the code owners generation will granularly denote codeowners for each file in the git tree: ```codeowners path/to/file1 @jpmcb path/to/file2 @jpmcb path/to/file3 @jpmcb ``` In this...
During container entry, it seems the entire stack is rebuild. Here are my logs from a simple docker-compose: ``` repo-query-chroma-1 | Collecting chroma-hnswlib repo-query-chroma-1 | Downloading chroma-hnswlib-0.7.2.tar.gz (31 kB) repo-query-chroma-1...
The Goose provider configurations make it difficult to use an OpenAI _"like"_ provider that is running behind some proxy somewhere or has an API that is shaped just like OpenAIs....