Manuel de la Peña

Results 120 issues of Manuel de la Peña

### Proposal They are not properly documented in our docs

documentation
good first issue

Seems to be a peer dependency issue: ``` warning: # github.com/fsnotify/fsevents cgo-gcc-prolog:452:2: warning: 'FSEventStreamScheduleWithRunLoop' is deprecated: first deprecated in macOS 13.0 - Use FSEventStreamSetDispatchQueue instead. [-Wdeprecated-declarations] ``` _Originally posted by...

dependencies
compose

Instead of pasting code snippets, we usually embed code blocks with the `` block, which allows to have the docs in sync with the code. It basically needs: 1. in...

documentation

### Proposal We are skipping the `TestContainerLogWithErrClosed` test in order to resolve the flakiness under certain environments. Let's have this issue as a reminder of reenabling it

chore

### Proposal See `ExampleRunContainer` panics in https://github.com/testcontainers/testcontainers-go/actions/runs/6853047281/job/18653295873 > FAIL ExampleRunContainer (107.70s) === RUN ExampleRunContainer 2023/11/14 06:40:59 🐳 Creating container for image couchbase:community-7.1.1 2023/11/14 06:40:59 ✅ Container created: 0293ce68fde5 2023/11/14 06:40:59...

good first issue
enhancement

### Proposal Context: https://testcontainers.slack.com/archives/C1SUBPZK6/p1674670070385259 `go test` works creating a test binary for each package if used with ./... . Therefore, each test binary (for each package to be tested) is...

documentation
hacktoberfest

> By the way, I noticed that there is no `docs/modules/compose.md` is it on purpose ? Indeed, it's on purpose as we do have a separate page in https://golang.testcontainers.org/features/docker_compose/. But...

documentation
hacktoberfest
compose

### Proposal Suggested by @lanwen It would be of interest to support passing the context in the original container request, and from there, store the context and pass it downstream....

enhancement

- chore: use FQDN for nginx image in tests - docs: proper setup for Podman ## What does this PR do? TBD ## Why is it important? Improve the existing...

chore
podman

We have it documented in https://golang.testcontainers.org/contributing_docs/, but it's probably not clear enough. Because code examples should be connected to the real code/tests, I suggest we should always use this when...