Colin D Murphy

Results 11 comments of Colin D Murphy

Sure. I'm probably ignorant of where in kubectl you are borrowing from. Could you point it out to me please? We, and I suspect many others, have a need to...

OK. I'll keep it in mind. I, or someone from my team might be able to take a crack at it. I'm sure we could move out the relevant parts...

It doesn't look like anything is done with the digest in the current code. I was able to pull images from AWS ECR with these changes. https://github.com/adobe-platform/krustlet/commit/1b53f80680ead14e189a277fe3559e45ef81d76c

I'm a novice to both the OCI Spec and Rust, so please take this with a grain of salt. It seems the code does follow the OCI spec for layer...

Addressed in https://github.com/krustlet/krustlet/pull/665

In my PR, I went with the most basic approach, which is just to allow more hosts to be created with `--scale`. Things would get a more complicated if we...

I've never done any fuzzing, so this is just based on what I've learned in the last 30 minutes. Taking a quick look at the code: 1. CLI arguments: Fuzz...

I'm going to defer this until Host in https://github.com/wasmCloud/wasmCloud/blob/main/crates/host/src/wasmbus/mod.rs has been refactored into more easily mockable parts.

Sounds good. Sorry I just saw this. Gmail is awful.

Hey @brooksmtownsend. I'm looking into it. - Would that message only be printed if `-d` is passed? Do we just treat it as if `-d` was passed if a host...