JustAnotherArchivist

Results 389 comments of JustAnotherArchivist

Found two more: https://github.com/python/cpython/issues/91294#issuecomment-1093947224 references GH-76305 instead of GH-32124. https://github.com/python/cpython/issues/91302#issuecomment-1093947297 references GH-76242 instead of GH-32061.

Any update on whether/how/when this could hopefully get fixed?

I can get an estimate of this shortly.

There are about 19270 lines in messages on bpo (as of late March, shortly before the migration) that contain a link with the text `GH-*`. This number *includes* the 'New...

One thing I suspected regarding those correctly migrated links is that perhaps messages that first contain a bpo link and then a GH PR link worked. This does not appear...

Hmm, your regex would not match `GH-1234` with a hyphen at all. This would suggest that such references were all rewritten by GitHub...? > I know that one limitation of...

Same issue here with Go 1.15.11 on linux/amd64 when running `go get` on a project that has `github.com/russross/blackfriday/v2 v2.0.1` in its `go.mod` requirements (and imports the GitHub name as well)....

I just came across the same issue as a library function I'd like to use has a callback that supplies the total progress rather than the delta since the previous...

* The main one that I can think of and briefly hinted at above: `mitmdump -nr infile -w outfile filter | less` should presumably continue filtering from infile into outfile...

I agree: they might not be terribly realistic. But generally, I pipe to `less` if I know a command produces a lot of output and don't want that in my...