Results 717 comments of OvermindDL1

Same issue for me on linux as well: ```zsh ❯ asdf install nodejs 20.1.0 Trying to update node-build... ok Downloading node-v20.1.0-linux-x64.tar.gz... -> https://nodejs.org/dist/v20.1.0/node-v20.1.0-linux-x64.tar.gz error: failed to download node-v20.1.0-linux-x64.tar.gz -> https://nodejs.org/dist/v20.1.0/node-v20.1.0-linux-x64.tar.gz...

Removing aria2c from the PATH fixes it for some reason, so try that for anyone else having this issue.

> The function repeatFn should be renamed to repeat_fn according to the elixir style guide. Yeah I was doing too much coding in other languages at the time and it...

> There are some other identifiers no written according to the elixir style guide that aren't user-visible. I might submit a PR one of these days. That'd be cool, just...

Ah, wouldn't have thought it goes there, weird. ^.^; Does it work for the watcher from the main rollup repo @LostKobrakai ?

> In fact, code is multiplatform from the beginning so it should run on Linux if you compile it. Given that I see no INSTALL.md or COMPILE.md or any instructions...

> @OvermindDL1 But there is *.cbp file which is a Code::Blocks project file. You can open it with C::B and compile the code. What is the command for doing so?...

> @OvermindDL1 Code::Blocks is an open source IDE for C++, not a command. You open project file in the IDE and build it from that level. That's why it needs...

> Regarding work progress - I'm now just playing with parsing sc2 save game file. For now I can read heights for all terrain tiles and display it in 3D...

How goes on this issue? Untouched for near 2 years. Having .net5 compat would go a long way to being naturally cross platform as it runs natively on Linux as...