bspeice

Results 18 comments of bspeice

Confirmed the issue for myself as well.

I don't think this is possible in current Rust - `const fn` isn't allowed to use branches as of Rust 1.33.

Is there an easy way to get a single container image, rather than the compose image? I've had good experience with supervisord in the past, and am happy to get...

Apologies that it's taken me so long. Haven't opened a PR yet, because I would appreciate some guidance. Here's what I have so far: **Client** ```rust use http_types::{Error, Method, Request,...

I totally understand why Dagger needs the `@Inject` annotation. The thing is, I do have `@Provides` bound, and included in the module. The following code is from the [project I...

Correct me if I'm wrong then, but this is a legitimate issue, I'm not just using Dagger the wrong way? I'm going to try and see if using a factory...

EDIT: I had an earlier comment that was incorrect, given I erroneously assumed it was on a repository I maintain with the same name. Please ignore.

In my experience this was something that showed up every now and then, but the `chroot` script will now properly retry a few times before giving up. Think this likely...