Dan Kortschak

Results 27 issues of 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...

enhancement
Filebeat
Team:Security-Service Integrations
backport-8.x

### 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...

bug
macos
needs more info
build

### 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...

enhancement
Filebeat
Team:Security-Service Integrations
backport-8.19

## 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,...

enhancement
Filebeat
Team:Security-Service Integrations
backport-8.19

## Proposed commit message ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have commented my code, particularly in hard-to-understand areas...

enhancement
docs
Filebeat
Team:Security-Service Integrations
backport-8.17
backport-8.18
backport-9.0
backport-8.19

**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...