Olórin
Olórin
This is described here for gcc 8.0 : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 but appears also for 8.4, for 9.x and 10.x and impacts the version your provide in your repo. Patchs were provided...
I installed Ubuntu 20.04 from Microsoft Store for WSL2. In it I made all updates/upgrades and made sure I had C/C++ compilers from GCC. Then I did this : `sudo...
I git-cloned the CompFinance repo, built the solution with visual studio 2022 without any issue -- I just had to upgrade the windows SDK etc. (I built in debug x64...
I am using Kombilo's last windows binaries (provided at [https://dl.u-go.net/kombilo/kombilo-084.app.zip](https://dl.u-go.net/kombilo/kombilo-084.app.zip)). I have an .sgf files folder containing 101216 .sgf files (min file size is 1Kb, max size is 3kb). From...
I have this simple setup : class Model { double myRate; double myVol; std::vector params_pointers; void setParamsPointers() { params_pointers[0] = &myRate; params_pointers[1] = &myVol; } public: Model(double rate, double vol)...
 Tried everything, still the same issue. Please fix. Thx
Hello, Is the code available somewhere else in this git hub ? Thanks !
### Guidelines - [x] I have searched searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as...
Hello, doing `lualatex --shell-escape -interaction=nonstopmode %.tex` on the tex file produces a pdf with only "toto3" written "in it" while a part of score + recorder fingering are supposed to...