Palestine/humanity is in danger

Results 49 comments of Palestine/humanity is in danger

Umm ... That's because it replaces every occurrence of the identifier in "top-down" order, and it is done manually by `iterrr` Honestly `iterrr` is not designed be to used nested...

using templates should fix the problem, I'll give it a try on the weekend

well, I've tried different ways, and failed maybe that can't be fixed maybe forcing to choose an unique identifier is good idea LOL

try to use this version of minGW https://nim-lang.org/install_windows.html

> @hamidb80 What do you mean exactly? > https://winlibs.com/ provides a standalone build of the latest MinGW-w64 version (currently 9.0.0). > The download on the link you mention seems to...

> @hamidb80 No, this question is specifically about Python support in GDB. > Since the https://nim-lang.org/install_windows.html is an earlier download from https://winlibs.com/ that was renamed, it doesn't have this either....

why ```nim type Wrap = MyFunc MyFunc = proc(w: Wrap) ``` does not work but ```nim type Wrap = object fn: MyFunc MyFunc = proc(w: Wrap) ``` works fine?

I can't believe having this damn bug in 2024 I have this problem even with Node `fetch`

other frameworks append custom html comments to solve this problem iirc: ```html ... ```