Christian Stewart

Results 107 issues of Christian Stewart

podman is a CLI tool for spawning and runnign containers according to the OCI specification. This commit adds both a host and target podman package. https://github.com/containers/podman Signed-off-by: Christian Stewart TODO:...

enhancement

Merging commits from Skiff nvidia/tegra to upstream.

wontfix

I'm interested in implementing an external FS: All the lines which are defined with `errorCallback(ENOSYS)` would instead call into a FS interface (or if the interface is nil, return ENosys)

When building go-bootstrap as part of the make.bash process, the cmd/dist invokes the bootstrap Go compiler to build the go_bootstrap tool: ${GOROOT_BOOTSTRAP}/bin/go install -tags=math_big_pure_go compiler_bootstrap purego bootstrap/cmd/... If there is...

Hi, nice work on the chromium-x11 image, It might be good to also support arm and arm64 with a docker manifest (multi-arch image).

Add a separate build-tagged file for tinygo and not-tinygo (other). Stub functions not available in tinygo. Fixes build with: tinygo build -tags "tinygo purego" -target wasm -no-debug -opt=2 ./

Using goweight: https://github.com/paralin/goweight GOOS=js GOARCH=wasm goweight | less Without this change: 7.9 MB runtime 6.6 MB net/http 3.1 MB net 3.0 MB crypto/tls 2.0 MB reflect 1.4 MB math/big 1.3...