Chancy K.

Results 5 comments of Chancy K.

The translation of anchor links in [injectTOC](https://github.com/thi-ng/umbrella/blob/0735a2fbfcd48e05782c15a112469a396be6bf72/tools/src/toc.ts) seems to differ from the auto-generated markdown header anchor links in both Github and API Extractor. * Github and API Extractor are both...

It seems like oauthlib might be expecting a fully x-www-form-urlencoded uri, but requests is only unquoting unreserved characters [here](https://github.com/requests/requests/blob/master/requests/models.py#L430) before passing the uri to the auth client [here](https://github.com/requests/requests/blob/master/requests/models.py#L540).

I've run into this issue as well and ended up patching the function [read_url](https://github.com/Kozea/CairoSVG/blob/2.1.3/cairosvg/url.py#L87) referenced by @scholer with: ```py def read_url(url, url_fetcher, resource_type): """Get bytes in a parsed ``url`` using...

The `keep_fnames` option seems to solve this problem for me, but it does it make sense to narrow the mangling character sets for functions to solve this problem so they...

That worked. Thanks!