Gilbert Gilb's

Results 67 comments of Gilbert Gilb's

Apparently [CPython 3.4 `no_proxy` implementation was as naive as requests'](https://github.com/python/cpython/blob/cd1d5c554c40b5b348de2e77d65986aa154e4477/Lib/urllib/request.py#L2349), hence the failing build. Not sure giving the final word to `proxy_bypass` is a great idea. Can't we just use...

FWIW, this seems to come down to a bug in libexpat which doesn't allow the proper character set for names. When a XML resources refers to proguarded names, it has...

Any chance this can be merged and released on Docker hub? How can we help you, @jwilder? Cutting out a new release would also fix #143 apparently. Thank you for...

Thanks for your contribution. > maybe we can also consider to use weakMap for the performance improvement I'm not sure I understand this part. What would be the keys of...

I just checked, and the api object indeed changes across calls (so I really don't understand how a weakmap is supposed to help here). I think the most sensible thing...

Published under 0.9.0-rc.1 . I'll make a final release at some point.

Hi, thanks for raising an issue about this. It sounds like an interesting feature. Would you be interested in making a PR? I'd happily merge it. I have one question...

Hey thanks for the PR. I'll look into it in ~2 weeks as I'm currently on vacation. Please remind me if I forget 😊.

That one comment really made my day 🥲. Thanks.

Hi, thanks for opening an issue. Yeah, trans component extraction doesn't parse "t" function at the moment. Don't think it's that easy to tackle though. It parses `tOptions` prop though...