Alan Garny
Alan Garny
https://github.com/cellml/gha contains prebuilt binaries for libxml2 and zlib for use in GitHub Actions. However, those binaries come from https://github.com/OpenCMISS-Dependencies/libxml2/releases/tag/v2.9.10-1 and https://github.com/OpenCMISS-Dependencies/zlib/releases/tag/v1.2.3-1, respectively, while we should now be building libxml2 and...
We are currently using the `DEPENDS` argument in a call to `add_custom_command(TARGET ...)` in `src/bindings/python/CMakeLists.txt`. However, that argument is invalid as reported by CMake: ``` CMake Warning (dev) at src/bindings/python/CMakeLists.txt:170...
From what I understand, support for `virtual-webgl` was added in version [2.28.0](https://github.com/plotly/plotly.js/releases/tag/v2.28.0), but this doesn't seem to make a difference for me. I mean, I am currently using version 3.1.0...
electron-builder downloads https://npmmirror.com/mirrors/electron-builder-binaries/winCodeSign-2.6.0/winCodeSign-2.6.0.7z to get the version of SignTool that is to be used to code sign on Windows. SignTool can then be found at `windows-10\x64\signtool.exe`. This is the version...