Kir Kolyshkin

Results 105 issues of Kir Kolyshkin

_This is a continuation/summary of discussion in https://github.com/lincomatic/open_evse/issues/175_ Current OpenEVSE hardware (as of April 2024) lacks a voltmeter, and the current meter is not too precise. As a result, power...

Assorted minor nitpicks: 1. Documentation and comments: mention that US daylight savings time is supported. 2. Fixed typos in defines. 3. Assorted whitespace fixes.

Currently, releases come with .zip and .tar.gz of criu sources. Since many projects (docker and runc at the very least) use criu in their CI cycle, currently they have to...

new feature
no-auto-close

It seems that no one is using devicemapper storage driver nowadays, since overlayfs is so much better. Can it be deprecated and removed? I see that moby/moby did that recently....

lifecycle/stale
kind/deprecation

#### What type of PR is this? /kind deprecation #### What this PR does / why we need it: Device mapper storage driver is hard to set up, slow, and...

do-not-merge/hold
lgtm
approved
release-note
dco-signoff: yes
kind/deprecation

This is a rework/carry of #1983. ---- The current implementation sets all the environment variables passed in Process.Env in the current process, one by one, then uses os.Environ to read...

Add a CI job to ensure go fix produces no result. Quoting `go doc cmd/fix`: > Fix finds Go programs that use old APIs and rewrites them to use newer...

### Description CentOS 7 image is gone from GCE as of June 30, 2024 (see https://cloud.google.com/compute/docs/eol/centos-eol-guidance). This is probably the oldest distro we're using for CI, might make sense to...

Remove changes that are already reflected in v1.1.13 changelog: - rlimit_nofile fix; - rt_period vs rt_runtime fix; - gpg vs keyboxd fix; - nsexec debug log fix; - fips faking;...

### Description From https://github.com/opencontainers/runc/actions/runs/9307874551/job/25620077978?pr=4290 (job is ubuntu-22.04, 1.21.x, -race): ``` === RUN TestFdLeaks exec_test.go:1759: extra fd 23 -> exec_test.go:1762: found 1 extra fds after container.Run --- FAIL: TestFdLeaks (0.22s) ```...