Jille Timmermans
Jille Timmermans
In Dockerfiles you can also use `COPY --from=$image` to copy files from another image. We should pin those too.
We now support apt, but we should also add apk support (Alpine Linux) because it's heavily used with Docker.
Dockpin makes it easy to update your pinned versions, but automatic is even better than easy. Maybe we should talk to the dependabot folks and see if they can run...
The Debian/Ubuntu mirrors don't keep old package versions forever. (Not that long even.) We should make it easy for our users to store the .deb files they need somewhere, so...
### Current cloudflare-go version 0.81.0 ### Description https://developers.cloudflare.com/api/operations/cloudflare-images-list-images-v2 describes the new v2 api for listing images. The current [ListImages call](https://pkg.go.dev/github.com/cloudflare/cloudflare-go#API.ListImages) doesn't return any pagination info however. ### Use cases I...
Hi. I'm looking into socketio libraries to choose one, so I haven't used this yet. Using `gosocketio.Dial` to create a client immediately connects, before I've had a chance to install...
I can play/pause with the media keys, but it would be awesome if I could enable to also capture the volume keys (F10, F11, F12) and let that act on...
### Version 1.26.0 ### What happened? I have a MariaDB table with a nullable JSON column but selecting it when the value is NULL fails to Scan() it into the...
issue #2989, #2400 and probably others This is without https://github.com/sqlc-dev/sqlc/pull/3220 so we can separate which test failures are caused by which PR.
I'm using this to get the byte-for-byte same result if the input is the same, so my rsync-like tool doesn't need to retransmit the data. also switch to `rand.Uint64()` which...