Mateusz Gozdek
Mateusz Gozdek
When focusing tests on behavior and not necessarily on error handling or logging, it would be nice to be able to skip mutations for certain function calls like `fmt.Errorf` or...
Given following malformed changelog: ``` $ cat CHANGELOG.md # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),...
## System Information ### Linux distribution ``` # cat /etc/os-release NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.1 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ``` ## Checklist...
**What would you like to be added**: kube-apiserver and kubelet (and probably other core Kubernetes components) supports scraping Prometheus metrics using protobuf: ``` > GET /metrics HTTP/2 > Host: 10.0.0.12:10250...
#306 added logic to retain blocks when decoding, which allows nice handling of default values. However, when creating #306, I wasn't aware of golang/go#21092. TL;DR when decoding slices, all elements...
**Describe the bug** Observed a panic when loki tries to read corrupted gzip file. I don't know why the file got corrupted, perhaps because I run out of inodes on...
BUG REPORT **What happened**: When installing `ct` via `go install`: ```sh go install github.com/helm/chart-testing/v3/[email protected] ``` `ct version` prints right now ambiguous version information: ```console $ ct version Version: unreleased Git...
## Current situation As a follow up to https://github.com/kinvolk/inspektor-gadget/pull/434#issuecomment-998840919, as a prerequisite to #450 and to partially address #184, it would be nice if container runtime socket paths could be...
## Description I wanted to check something using `biolatency` gadget on my local machine, following documentation from https://kinvolk.io/docs/inspektor-gadget/latest/local-gadget/ and I got the following result: ```console $ sudo ./local-gadget WARN[0000] Runtime...