Sascha Wise

Results 12 comments of Sascha Wise

> Can you please paste the full command/code (always include it in general, because without it it's just guesses in the dark (well it might be with it as well...

What would be the best way to solve this problem? It seems like the simplest solution would be to choose a random address from the list. Could it also be...

My worry with that workaround is that I need the Authority header to be set properly. If I manually resolve it will just be set to the ip right? Is...

On further investigation there is actually a further reason the `nitro-cli` calls out to the Docker daemon to inspect the Docker image: https://github.com/aws/aws-nitro-enclaves-cli/blob/0e164db23194d9f3bca94c8f5ba42f869fbcdc7c/enclave_build/src/docker.rs#L252 There are a few ways this could...

> Our LinuxKit also has an additional feature which doesn't seem to be merged: linuxkit/linuxkit#3446 and needs to be rebased. @neacsu do you know what is missing for upstreaming the...

@shtaked We are currently using Docker v1 images built using Nix. I'm not 100% sure where Nix's support for OCI images is at. If it doesn't exist yet, I can...

Hey all. I think our crate will be of interest to those of you in this thread. Soon after I posted this issue, I began working on a reflection library...

> @sphw Any updates on this? No real updates. Looking glass that I linked above is still being maintained, but we haven't found any bugs or extra features. Looking glass...

@matthiasbeyer Thanks for the timely and thorough review I integrated all your requested changes and comments, and then squashed them into a single commit. I also fixed the error handling...

> @sphw Does this change anything for you on your recommendation? I'm going to give an annoying answer, it depends. If your goal is to simply reflect on Rust structs...