Artem Medvedev

Results 183 comments of Artem Medvedev

Initial version of `axum` support is released (but will be changed a bit later). `Salvo` is next, already in progress and will reuse core functionality, however requires a little bit...

> And then the body can return that there was a NO_ERROR error. It should still be given to the user, so they know something happened. I don’t think it...

It depends on the goal actually I'm not sure that it's enough to change the output destination for achieving expected behavior, as mentioned by @woutervh - docker doesn't support variable...

I'm closing this issue in favor of #386. Please track that issue instead. However I don't think this will be supported this way, because it's static item, see [the doc](https://doc.rust-lang.org/reference/items/static-items.html)...

@seanmonstar I noticed several usages of `ensure_recv_open()` which doesn't check result of the function, it's bool and looks like `false` is just ignored in some places. And one test is...

After testing the case against latest `h2` - this patch doesn't seem to work after https://github.com/hyperium/h2/pull/634 Now the `h2` uses `Reset(NO_ERROR)` - what's actually seems correct, but probably it should...

@mgrachev I don't think it's a bug (in pure form at least) Comment belongs to ENV variable and not to group. AFAIR it was expected behavior. ```env ###> group1 ###...

I think it makes sense to have an argument for this behavior As an alternative `--preserve-comments-position`

The ability to access logs is definitely helpful However I'd consider more aligned interface with implementations in other languages, like [java](https://java.testcontainers.org/features/container_logs/) and [golang](https://golang.testcontainers.org/features/follow_logs/) Also keep in mind, that we gonna...

Let us know if you're still interested in implementing / actualizing this PR. We actively revamp the project