Hennadii Chernyshchyk
Hennadii Chernyshchyk
I also provided a minimal example to reproduce the issue in https://github.com/microsoft/vcpkg/issues/21044#issuecomment-1024424989.
> maybe try revert this change? It's just refactoring, I don't think it helps. You need [this](https://github.com/crow-translate/QOnlineTranslator/blob/d1a89cb918a0292a01bdac5e83d08bb8d2e04d55/src/qonlinetts.cpp#L70 ) line. > maybe sometimes it fails? Not sure why. I can't even...
What error are you seeing? It builds like a normal C++ project on Windows. You need to install vcpkg and run CMake with `-DCMAKE_TOOLCHAIN_FILE=/scripts/buildsystems/vcpkg.cmake`. Compilation will take some time because...
Oh, got it! Bump vcpkg commit version in workspace file to the one with the included PR.
Looks like tesseract was updated and don't have this feature anymore. Try to replace these lines: https://github.com/crow-translate/crow-translate/blob/472b73103cab76cd12a7971a5ec0f6152b93a362/vcpkg.json#L5-L8 with just `tesseract`.
> you did toPercentEncoding and after that used DecodedMode. seems not logical. Agree, doesn't make much sense, but for some reason long time ago it solved the problem for me......
> I also see that you added source text selection for https://github.com/crow-translate/crow-translate/issues/528. Any chance you could turn it into an option and send as a separate PR? On second thought,...
Tested the change on Windows 10, everything works. Maybe for some reason it worked differently on Windows 7 or I just made a mistake. Anyway we should apply your change.
Feel free to try it out and submit a PR. I will be happy to accept it.
Yes, this will work. But I would prefer to have a proper integration. I just currently don't have time for this and don't use Wayland. If someone want to tackle...