Martin Dvorak
Martin Dvorak
Thank you for the contribution!
@vaygr Sure, I will retest this PR and might do a patch release. Originally I was not able to repro the bug, I will try to do that once more.
@vaygr I tested the scenarios on `hstr` 3.0.1 and it works for me (I'm not able to repro the :lady_beetle:). Perhaps https://github.com/dvorka/hstr/commit/7d984e4f0d4557e29762788f5e45c630b94524df fixed it for me, but not for @selurvedu...
@vaygr thanks!
Just a few hints for adding localization for a new language: * https://github.com/dvorka/mindforger/commit/3d061a88767a274d6fa30640536195708958df36 * build localization as follows: ``` # when in GitHub dvorka/mindforger repository # change to build/ directory...
@djsudduth apologies, I'm still releasing and adding distributions for various operating systems. Can you please try (better) Windows distribution which is based on Qt 5.15.2? * [windows-installer-mindforger-2.0.0-5a430819-qt5152.exe](https://github.com/dvorka/mindforger/releases/download/2.0.0/windows-installer-mindforger-2.0.0-5a430819-qt5152.exe) I just uploaded...
@djsudduth let me try to repro that on a Windows machine different from the one I use for MindForger development. Thank you for reporting the :lady_beetle: !
@djsudduth thank you! :lady_beetle: is reproducible on non-development Windows machine. I didn't fix it there yet, but the most probable root cause is missing OpenSSL and/or version mismatch. I will...
@djsudduth I think that I solved problem with OpenSSL on Windows - please try `MindForger 2.0.1` (either link below or from the **Releases**): * https://github.com/dvorka/mindforger/releases/download/2.0.0/windows-installer-mindforger-2.0.1-20365ac5-qt5152.exe As a small **thank you**...
@djsudduth :relieved: > were there any enhancements to the ML 'thinking' model for associations? I did not improve associations in MindForger - it still uses a pretty simple algorithm that...