Matt Butcher

Results 169 comments of Matt Butcher

I think a pure Go in-memory store might be really nice. I don't think this kind of storage would have to persist across a reboot, so in-memory should be good....

So... Luabrary was originally a typo. I was trying to type Lua Library... but it looked cute, so I left it. Cookies are a great idea, and I think we...

Lann has moved Squirrel to the Masterminds project, and is still the architect, but @mattfarina and I will be helping him maintain. We'll start reviewing pull requests and see if...

That makes sense to me. Most of these examples started as examples for the specification, and then as Duffle developed opinions (e.g. `duffle.json`) many of these were ported for Duffle...

We could prebake a public key into the binary, but it could turn into a security liability if that one key was ever compromised.

Sorry, I'm afraid I may have introduced confusion here. - The primary reason for this repo is to show examples of CNAB bundles - Having `duffle.json` files is totally fine,...

Ah.... it took the second error to figure out what was really happening: ``` docker build -f docker/Dockerfile -t wasi-build:latest docker [+] Building 40.0s (11/20) => [internal] load build definition...

I tried changing all the things over to using ARM, but there were just too many little nuances. So I went the opposite route and changed the first line of...

Alright, well... after fixing one of my own mistakes (something I had mistakenly commented out), I did get to the point where I could kick off the build. But after...

Oh, I should give that a try. I think I'd probably just have to change the host target on the cross compile line to use whatever Apple's architecture triplet is.