Artem Medvedev

Results 183 comments of Artem Medvedev

That's definitely much better than current implementation - it will work at least. So it could be a first iteration, but doesn't solve the issue. It worth mentioning, that it...

> Wouldn't the text() return an error if the content of the stream is not valid utf-8 ? Yes, but that could be just a valid utf-8 file(e.g CSV) or...

> The thing is that now this type is also expected when you want to send file or binary data Yes, this one is tricky, for client side we need...

Yes, we also need to distinguish `application/octet-stream` from `multipart/form-data` Example in the issue is about `application/octet-stream` And AFAIK there is already a check for that: `{{#isMultipart}}`/`{{^isMultipart}}`: https://github.com/OpenAPITools/openapi-generator/blob/d7290b3b7b1d227a0010444d27daa616dbd3e364/modules/openapi-generator/src/main/resources/rust/reqwest/api.mustache#L245C8-L293

We've released a new version of `testcontainers`: [0.16.0](https://github.com/testcontainers/testcontainers-rs/releases/tag/0.16.0). Could you update and re-open the PR if it's still relevant. Closing because of inactivity for now

JFYI: we gonna deprecate the Cli client (#563), and I'd like to actualize this proposal.

Closing due to inactivity and outdated state. Feel free to open a new PR, but keep in mind that we also going to deprecate existing `cli` client as part of...

Hello everyone who is interested in this issue! Status update for this task: - **still relevant**, we need to provide the ability to specify an **aliases** - **no need to...

As far as I can see it was released. Closing the issue.

Since it's already possible to start container in host network, I'm going to close the issue. Regarding the approach discussed here for running tests in a container - this should...