Dan Kortschak
Dan Kortschak
## Proposed commit message This allows a program to conditionally dump a complete set of evaluation states from a program in the case that it fails, allowing a trace of...
### What is the issue? I followed the instructions for building on mac [here](https://github.com/ollama/ollama/blob/main/docs/development.md#macos), but this failed at the `go generate` step. Running `go generate ./...` fails with a set...
### Component(s) service ### Describe the issue you're reporting If the service package is imported, due to the use of testing types in exported packages for testing, the std testing...
## Proposed commit message See title. ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in...
## Proposed commit message ``` x-pack/filebeat/input/httpjson: share oauth2 clients where possible The httpjson input makes new http.Client values for every chain step. This is inefficient for a variety of reasons,...
## Proposed commit message ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in hard-to-understand areas...
**Describe the bug** We use the NodeID() value from runtime errors to be able to locate runtime errors in programs. The change in 6b5d14c3 (identified by git bisect) appears to...