Tom Brennan
Tom Brennan
Listen currently returns a socket (that can be used to call `getsockname`) so I don't think this issue is valid anymore.
RFC3986 describes a "userinfo" subcomponent of the authority component. It also explains that the password portion of it is deprecated and should be ignored. It also explains instances where the...
I think so, and the server should be allowed to handle it however it would like. I tried to address that with https://github.com/riptano/polipo/commit/37a9fef1623d8c0d3762475bb66f5cdff051bde6, so that `x` isn't reset to the...
@jech what do you want to do with this?
@jech all the information you need has been presented to you in my comments above, the pull request, in the RFCs referenced above, and in this ticket: https://github.com/jech/polipo/issues/75. If you...
I mean when you provide a list of choices and no default, like ```python { "type": "expand", #"default": "
I mean, that's what I thought the docs said it would do. I also think it should be possible to manually assign the help as the default, but that doesn't...
If you accept PRs on this I can probably help out, also. Let me know.
Sorry for the delayed reply. Okay, great. I'm actively using this library on a project, so as I go, I'll make PRs. I'm side tracked right now, though, with a...