Craig Ringer
Craig Ringer
It's notable that the docs in https://docs.docker.com/engine/reference/commandline/buildx_build/ don't mention the cache, too.
This breaks Azure CLI on Ubuntu 24.04 LTS (Noble Numbat) when using the system Python, e.g. installing with `pipx`. The install succeeds, but the component fails at runtime as it...
It looks like you're talking about `audit.sql`. If so, the quote_ident calls are moderately useful (since table names can include SQL metachars) but it should instead really use `format()` and...
Agreed. Not only that, I found the instructions for the serial bootloader to be insufficient anyway - see http://blog.ringerc.id.au/2019/01/updating-tomu-bootloader-on-tomuim.html . They don't link to the firmware to use and I...
The legacy firmware update page is free to re-use any of the material on the above blog, too.
Anyone here played with porting over OpenSC to a Tomu target?
This is also an issue for `stdlib` - there's no way to disable this pinging, and it's a problem for some proxies. The stdlib code unconditionally calls `Ping`, and that's...
Yeah, that's a workaround, but it produces weaker SRPMs, may be unsupported in future, and won't solve any _other_ incompatibilities that may arise. If it's written with the assumption that...
Doesn't `mock` take care of this anyway?
I had a quick look at how to detect excess args but a change in what seemed like the logical place, the `UpstreamBuilder` ctor, seemed to have no effect. It...