Cyano Hao
Cyano Hao
Implemented by: * Do not set `installation.label` when the first client of each type was added. * Fallback to default label when `installation.label` is null or empty string. By implementing...
**Is your feature request related to a problem? Please describe.** Currently the date localization (#815) only considers app language. For example, if app language set to “English”, and system locale...
Affected languages: 简体中文 and 繁體中文 Resolution: 1600x900 CVar `uiScale`: 0.65  Related to [this issue](https://bbs.nga.cn/read.php?tid=15951979&&pid=328279649&to=1).
## WowUp: the `{defaultName}` placeholder in client name * Allow `{defaultName}` placeholder in `installation.label` field. * Add `installation.displayName` field (in which the `{defaultName}` is converted to actual client name) for...
- [x] Migrate to [fonttools](https://github.com/fonttools/fonttools)-based build system [ot-builder](https://github.com/ot-builder/monorepo) for better support for variable font. - [x] Manipulate CFF directly. - [x] ot-builder fixes and improvements. - [x] Add a `rond`...
* Fix: `Wow-ARM64.exe` is not recognized by WowUp. * WowUp (x64 emulation) status: it works, but extremely slow (V8 JIT on XTA JIT). * WowUp (ARM64 native) status: * WowUp...
These are upstream bugs (2 bugs as far as I know), and seem can be fixed with a patch for binutils. ## 1st bug: slash conversion in `ld` breaks wide...
### Description / Steps to reproduce the issue 1. Download Qt 5.6 source tarball. ```bash wget https://download.qt.io/new_archive/qt/5.6/5.6.3/submodules/qtbase-opensource-src-5.6.3.tar.xz ``` 2. Extract Qt source. ```bash tar xvf qtbase-opensource-src-5.6.3.tar.xz | grep configure.exe ```...
- triplet does matter - use specific switches (`-dumpmachine` etc) to get info - add msys2 and cygwin compiler support - add multilib detection - remove special case of TDM-GCC