A2va
A2va
It is reproducible on Windows 10. First, I installed the app, played around with the extension and tried to close it, thinking it would be minimised to the tray, but...
In the meantime, I have found a workaround by installing youtube-music via winget. EDIT: I think we might overlooked this note in the release notes: 
I managed to built xmake in the CI but one of the test fails, I don't know if this is due to cmake or not. ``` > /usr/bin/gcc -c -m64...
I just updated my fork to the latest commit of the master branch and ran to both linux and cosmocc ci. Both fail on the same test, which seems to...
The PR #6065 seems to have the test problem I was getting on my fork, so I made a PR to add a cosmocc action. There is still this windows...
They have a windows.h as well as some stub functions for win32 https://github.com/jart/cosmopolitan/blob/master/libc/nt/windows.h https://github.com/jart/cosmopolitan/blob/master/libc/nt/advapi32/RegCloseKey.S I will try to compile the winos module with cosmocc, and adding some check at runtime...
I created a PR on the cosmopolitan project to add some win32 apis that xmake relies on but were not present in the compiler. https://github.com/jart/cosmopolitan/pull/1358
There are some link errors on linux and macos that I don't quite understand. For some platforms/configurations, it's just gperftools, but for others, it's all the dependencies (protobuf, abseil and...
@luadebug I fixed the link error with protobuf by refactoring the protobuf package (PR #7756). Since sentencepiece only needs to link on protobuf lite, how to use only protobuf lite...
Ok, I removed `CPACK_NSIS_MODIFY_PATH`