Hal Wine
Hal Wine
;-) as a co-worker of mine says: Saying "wouldn't it be great if..." is often followed by working weekends. I'll take a look, but I'm still wrapping my head around...
Oops - clicked the wrong link and answered [over here](https://github.com/astral-sh/uv/pull/9841#issuecomment-2539673465)
Sure -- happy to help debug. In general amd64 images run just fine on WoA, as do amd64 (non-docker) binaries -- just a smidgen slower due to emulation. (Docker desktop...
@apyrgio No joy, but a cleaner error message, so 🎉 ```bash docker run --platform linux/arm64 --rm -it dangerzone.rocks:arm64 Error executing inside namespace: re-executing self: fork/exec /proc/self/exe: operation not permitted ```...
@apyrgio hmm, we might have some PEBKAC here, but there is still an issue. > the docker run invocation requires setting a specific seccomp profile **N.B.** all my output reported...
> Hey [@hwine](https://github.com/hwine) - I tried exploring adding windows integration, but I dont use windows so couldn't test/verify. would you mind making the contribution for bash on windows? > >...
**Update:** Good News! the fix is trivial Not so good news: the tests aren't testing anything useful. I can update the tests no problem meh news: `marimo` doesn't exit with...
I have read the CLA Document and I hereby sign the CLA
Still draft -- I'm updating the tests, will have one more commit with that. (And there's a cleaner way than `exit(1)` 😉 ) This PR won't change the return code...
Hmm. I'll have to read up a bit to avoid the [macOS](https://github.com/marimo-team/marimo/actions/runs/12820837042/job/35751805678?pr=3459) test failure. I know there's a way to skip for a platform, but I've not used that in...