Cheng-Zhen (CZ) Yang

Results 9 issues of Cheng-Zhen (CZ) Yang

**Is your feature request related to a problem? Please describe.** [scopelint](https://github.com/kyoh86/scopelint) is said to be obsoleted and should use [looppointer](https://github.com/kyoh86/looppointer) and exportloopref instead. exportloopref is already a Linter in golangci-lint...

enhancement
question
linter: new
feedback required

### Description Here is a rough attempt to resolve issues described in #2141 (I'm not an expert with TS and would like someone to take over this PR) `createCluster` is...

Running `multimod diff` fails on clean worktree on Windows ``` > multimod diff -m tools -p 1.2.3 error running diff: VerifyWorkingTreeClean failed: working tree not clean ``` Related issues with...

multimod

I think we should run lint and tests in CI on `pull_request`. @artalar idk if it is a waste of GitHub action minutes to build on `pull_request`

infrastructure

Add [zerolog.Hook](https://pkg.go.dev/github.com/rs/zerolog#Hook) log bridge. Another pretty popular log library, keen to work on this if we keen on this suggestion

enhancement

Towards #5192 Looking to do benchmarks in a different PR Notes: - [slogSink](https://github.com/go-logr/logr/blob/9659f74a84121bc5c509e87d713f2744c6f33604/slogsink.go#L49) converts any non string value to `slog.Any` which is handled with [fmt.Sprintf("%+v", v)](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/d15fe4f317e0376ff4a65a435b785a1c88e11b7c/bridges/otelslog/handler.go#L442-L443) by otelslog. This PR...

This PR implements a few methods for otellogr package - Configurable LevelSeverity - Enabled Please add skip changelog thx 🙏 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5192

enhancement
Skip Changelog
bridge: logr

## What does this PR do? Users can configure which container user namespace to use for the Ryuk container by setting the `TESTCONTAINERS_RYUK_CONTAINER_USER_NAMESPACE` **environment variable**, or the `ryuk.container.user.namespace` **property**. ##...

### Problem I'm working with a CI/CD environment that requires me to run Ryku with privileged and user namespace to be 'host' I'm getting the following error when running Ryku...

feature