Emma Smith

Results 305 comments of Emma Smith

The server is currently experiencing some issues, I will hopefully know more in a few hours.

Should be fixed again, having intermittent power losses I'm still debugging. I'll keep this open for now.

Looks like the cli.rs domain was not renewed: https://github.com/zackify/cli.rs/issues/113 For now you can use apt.0xe.me as a replacement. Tracking in https://github.com/emmatyping/apt.cli.rs/issues/30

Really great debugging, thanks for digging into this. It does seem that Redis either isn't able to write to disk or otherwise dispatch incoming data, so it is keeping everything...

Yeah I was originally thinking it was due to the > : MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk...

I believe this behavior was actually changed in 3.13 with https://github.com/python/cpython/pull/117728. Previously iterdir was lazy via returning a generator. But it was changed to materialize all entries at once. Since...

I think I like either `--enable-installed-packages X` or `--use-installed-packages X`, ideally I think this should be a list of packages, as people may want to allowlist/denylist groups of packages.

Yeah I'm kinda -0 on this too. The complexity would be unfortunate, but I can kinda see the use case.

I don't think the Python docs should be in the business of overly documenting the zip format, and I worry describing the DOS date/time format in detail is doing exactly...