Results 21 comments of Mike Thierman

I think if we replace line 165 where we run ISCC: ``` iscc //Obuild\\product //Fstochas_windows_installer //DSTOCHAS_VERSION=${STOCHAS_VERSION}.${GH} "install\\win\\install.iss" ``` with something like this: ``` iscc //Obuild\\product //Fstochas_windows_installer64 //DMyAppVersion=${STOCHAS_VERSION}.${GH} //DSTOCHAS_SRC="..\..\" //DSTOCHAS_BIN="..\..\build" "install\\win\\stochas64.iss"...

I should also check what happens when I run this over an old install in case we need a cleanup task or something Edit: So the old installer already leaves...

I've revisited this and don't think we should delete files from an existing install, so I think we either merge this or keep the original 32bit/64 bit install and possibly...

If we delete the files it still leaves an entry in add/remove programs (since it's different GUID)

I added a PowerShell script to plumb the registry and run any previous uninstaller, should work on 32bit and 64bit Windows.

> Duplicate of #24. Powerline versions and nerd font versions are two different requests. Cascadia Code ships powerline only versions, for instance.

So we had removed the german manual link from the website, but the markdown was never removed. I have fixed the frontmatter/image links to get Astro building a page for...

Any ideas to improve this? We would like to get rid of the non-intuitive dropdown for other languages. Maybe we can use AI to translate?

ED made a comment about splitting the manual into seperate pages, which should help. I've struggled to fix any accessibility issues due to bugs with Windows Narrator but happpy for...

OK, this is caused by how rtaudio and rtmidi CMake is written, combined with our guarantee strategy They both set DEBUG_POSTFIX https://github.com/thestk/rtaudio/blob/0cee8ed34dcb10a29416a0cdc4d652c158abd2a2/CMakeLists.txt#L44 https://github.com/thestk/rtmidi/blob/53809fc1869a9789c4631a11081c1840b6db1527/CMakeLists.txt#L35 We don't call guarantee_rtaudio/guarantee_rtmidi so this doesn't...