Thomas Eizinger

Results 1887 comments of Thomas Eizinger

I've created a matrix room: https://matrix.to/#/#testcontainers-rs:matrix.org

> Are there other clients that support that? I haven't done any research on that. > [...] the Host header doesn't typically have that information. To be clear, I don't...

> As a possible option that doesn't require changing reqwest, you could have a base URL the user can configure, and then `join` on it, perhaps? `SendRequest` would ideally be...

> Are there other clients offering similar options? `ureq` has an `agent` which is equivalent to `reqwest`'s client that allows you to set basic auth: https://docs.rs/ureq/0.12.1/ureq/struct.Agent.html#method.auth > My initial worry...

Is there a chance to get this merged any time soon?

I would also like to see this feature. Is there a workaround for this? Especially in combination with mixins?

It would be cool if this action could, for each unused dependency found, open a PR that removes it!

There is an initial version of `@actions/cache` available now: https://github.com/actions/toolkit/tree/master/packages/cache

I am working on some release automation at the moment for our Rust projects. As part of that, I wrote an action which allows you to set the version of...

Re (3): Based on https://github.com/rust-lang/rust-semverver#usage, `semverver` by default compares against the latest version published on crates.io Re (1) & (2): I've [toyed around](https://github.com/thomaseizinger/github-action-gitflow-release-workflow) with some ideas on how to use...