Andrew Shark
Andrew Shark
### log.txt ``` /home/andrew/.cache/yay/colobot-gold/src/colobot-colobot-gold-0.2.1-alpha/src/level/scoreboard.cpp: In member function «std::vector CScoreboard::GetSortedScores()»: /home/andrew/.cache/yay/colobot-gold/src/colobot-colobot-gold-0.2.1-alpha/src/level/scoreboard.cpp:161:10: error: «transform» is not an element of «std» 161 | std::transform(teams.begin(), teams.end(), sortedTeams.begin(), [&](int team) | ^~~~~~~~~ /home/andrew/.cache/yay/colobot-gold/src/colobot-colobot-gold-0.2.1-alpha/src/level/scoreboard.cpp:167:14: error: «sort»...
The readme mentions https://github.com/vdudouyt/minipro, but the project was moved to https://gitlab.com/DavidGriffith/minipro/. Please update this.
Is this project dead? The last commit was 7 years ago.
I cannot make it work. Installed clidrag from aur: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=clidrag - it uses c++ version. When I call the command, nothing happens, it just silently exitted (next terminal prompt is...
When using remote run target, [as described](https://www.bashsupport.com/ru/manual/remote-development/#run-targets) in documentation, viewing the stdout in console is rather impossible due to mixed ouptut from bashdb itself.  Running the same script locally...