PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 16th of March, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:33:32] <sumanah> jaraco: real slow response time for kafka.dcpython.org for me right now
[14:34:28] <sumanah> maybe it's a browser issue on my part, chromium loads it up way faster than firefox
[16:43:21] <sumanah> There's probably some channel or list or GitHub repo where I ask questions like "who is the contact at Apple to talk with about the version of Python that is shipped to users of these versions of macOS?" and "who's our contact at Google to talk with about their captcha proxy?". Where should I be asking stuff like that?
[16:51:03] <bitdancer> sumanah: I
[16:52:12] <bitdancer> sumanah: I'm not sure there is such a contact, but if there is the Ned Deily, the macos Cpython release manager, ought to know.
[16:52:29] <bitdancer> (for apple)
[16:53:19] <bitdancer> I doubt there is a centralized place for asking such questions.
[16:55:57] <sumanah> thanks bitdancer
[21:19:52] <dstufft> sumanah: one time I emailed Tim Cook about their version of Python and he forwarded my email to a manager who helped make a thing happen
[21:20:07] <sumanah> dstufft: that's pretty cool
[21:20:29] <dstufft> This is possibly my favorite Apple story, if only because it happened to me :P
[21:20:35] <sumanah> heh
[21:21:34] <ngoldbaum> sumanah: i think the only public way of requesting stuff like that is to file a radar issue
[21:22:35] <dstufft> Yea, rdar is the official way
[21:51:04] <jaraco> Hey @sumanah: That’s interesting and a little surprising. Are you seeing a 10 second delay on one of the resources? I’d be interested in seeing the browser session dump (XHR).
[21:51:35] <sumanah> jaraco: it's totally fine now. I'll get an XHR if it happens again, though. Thanks.
[21:51:39] <jaraco> @sumanah: Also, it may be that the data you’re querying needed to be paged into memory.
[21:51:49] <jaraco> So the first call was slow and subsequent calls fast.