Results 54 comments of vuori

That sounds pretty unfortunate. I recommend using 32-bit WIndows 7 (or even XP) for Sonicstage. I'll see if I can find where I stashed a patched version that should have...

Slow or failing TOC commit does unfortunately sound like there might be a problem with the write mechanism. Sonicstage commits and retries a lot more aggressively than libnetmd which probably...

Yes, sorry, it was getting pretty late and I kept writing "meta" when I meant "neat". The problem only occurs with neatpdf. Postscript output from neatpost has no problems. The...

FWIW I just ordered J3H145 from Smartcardfocus for ~€11/ea + €7 EU shipping + VAT before encountering this thread. I'll run jcalgtest on it when it arrives and report the...

Smartcardfocus J3H145 arrived in a bit over a week with standard shipping and was initialized. Selected jcalgtest results: ``` javacard.security.KeyPair ALG_RSA on-card generation ALG_RSA LENGTH_RSA_512;yes;1.281000 ALG_RSA LENGTH_RSA_736;yes;1.525000 ALG_RSA LENGTH_RSA_768;yes;1.274000 ALG_RSA...

FWIW this also affects Apache Traffic Server, which rejects h2 requests without :authority.

We are hitting the pasta-blocked-as-root issue in a nested container scenario: a rootless podman instance needs[1] to run sub-containers with rootful podman, and in some situations these sub-containers need network...

pasta itself runs fine, it's just that pkg/specgen/namespaces.go:validateNetNS actively prevents `--network pasta` when podman is not running in rootless mode. In this case podman will think it runs as root,...

Yeah, to re-iterate, the block is completely on podman side and if the root check in podman code is removed pasta itself works fine. The comments indicate that this is...

The PR makes pasta work at least in my nested scenario. Thanks for the fix.