Artem Medvedev

Results 33 issues of Artem Medvedev

It's alternative solution for https://github.com/testcontainers/testcontainers-rs/pull/549 A bit more user-friendly because operates with separate entities, but kinda redundant. Instead of configuring 1 parameter to override, users will have to split it...

`ContainerAsync` doesn't have `exec` & `block_until_ready` methods which is present in `Container`. It should be aligned

### šŸ‘“ What did you see? ```gherkin When user does something """ ok """ | a | b | ``` leads to ``` expected: #EOF, #StepLine, #TagLine, #ExamplesLine, #ScenarioLine, #RuleLine,...

Currently `gherkin::Step` may have both `Table` and `DocString` - it works pretty well, but turns out it's unfortunately disallowed by `gherkin` spec: https://github.com/cucumber/docs/issues/970

Hi there! First of all thanks for the linter and its maintenance! I just wonder why this is disallowed? šŸ¤” Example: ```gherkin When user does something """ ok """ |...

### Is your feature request related to a problem? Please describe. Since self-hosted instance uses PAT, it would be nice to be able to specify allowed usernames. ### Describe the...

enhancement

Thanks for the library! I’d like to be able to use both SI and IEC within the same crate, instead of changing the behavior with feature. Probably just separate function...

feature request

#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...

Issue: Bug

At the moment, `testcontainers` panics in case of any error. It makes it easier to use, but complicates the flexibility of the code and the ability to customize errors. I...

Support https://hub.docker.com/r/testcontainers/ryuk as resource reaper, under separate feature `ryuk`

enhancement
help wanted