kruskall

Results 75 issues of kruskall

https://github.com/xeipuuv/gojsonschema relies on text/template causing all app depending on this library to have DCE (deadcode elimination) disabled Opening this since https://github.com/helm/helm/pull/11340 was closed but the linked PR doesn't address this...

question/support

**APM Server version** (`apm-server version`): 9 **Description of the problem including expected versus actual behavior**: automemlimit is creating a refresh goroutine on each call which never stops. This happens each...

bug

**APM Server version** (`apm-server version`): **Description of the problem including expected versus actual behavior**: apm-server docs has no info on aggregation settings: https://www.elastic.co/guide/en/observability/current/apm-configuration-process.html https://github.com/elastic/apm-server/blob/main/internal/beater/config/aggregation.go **Steps to reproduce**: look at the...

bug
docs

reduce pull request noise for github action bump

reduce pull request noise for github action bump

- [ ] Create PR as draft - [ ] Approval by at least one other agent - [ ] Mark as Ready for Review (automatically requests reviews from all...

Adding `github.com/go-git/go-git/v5` to a project and running `go mod tidy` causes a significant increase in module cache size. The culprit seems to be `github.com/go-git/go-git-fixtures`: ``` # du -d1 -h $(go...

good first issue
help wanted
no-autoclose

## Short description `text/template` usage is causing DCE (dead code elimination) to be disabled for opa and any application depending on it. Use of text/template outside of tests should be...

inactive

The -v (verbose) flag was previously required because we relied on global or custom logging, which didn’t display log output when a test failed. Tests should use the standard library’s...

## Motivation/summary ## Checklist - [ ] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) - [ ] Documentation has been updated For functional changes, consider: - Is it observable through the addition of either **logging**...