Matt Butcher
Matt Butcher
This is the error I get: ```console $ hippo bindle . -s http://fake.example.com/v1 Error: Error pushing bindle to server: Error creating request ``` So I'll move this issue over to...
Oh! Okay. That makes sense why I could not reproduce. I will keep working on this one.
Alright, that all makes a lot of sense. So the root of the error is that a POST operation's 404 failure is being translated to the error message for a...
I don't know that anyone has done a written comparison. They are different in some notable ways, but none of us has spent much time articulating it. Note that we...
And here it is! #292
It might make sense to have a default trait implementation of this on the provider trait, and then allow implementations to override. I mean... what we really want is "near...
In Bindle, you would not produce separate packages for each variant. here's an example. The way WasmCloud handled this was to store all build variants in one Bindle and use...
This makes total sense to me. Do you want to add an example? Also, I think we might want to define how to determine the order of parcel fields. You...
I'll summarize here, and if we need to go into more details I can do so. But the idea with including that info was that I want to assert not...