Chancy K.

Results 16 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!

I believe this is caused by the handling of \r\n versus just \n newline characters. Converting them worked for me.

I get the same result. The issue seems to be that the `Rip` address is different from those that appear in the objdump file. In my case I get `140737458009076`...

I've run it on a slightly modified version of test2 so it terminates: ```nim import os var i = 0 x = 0 while true: echo "here ", i, "...

This might be an issue with newer versions of GCC. I'm getting that address mismatch between `GetThreadContext` and the `objdump` for the v11.1 gcc and objdump from `.choosenim\toolchains\mingw64\bin`. I'll explore...

So dumping `cpuHotAddresses` after compiling test2 with GCC 11.1 I get: ```bash λ hottie .\examples\test2.exe Running objdump... Program ended samples time percent what 7685 8049.077ms 100.000% count : address [HEX]...