Chengyu Han

Results 84 issues of Chengyu Han

Close #46139 - [x] build with MINGW64 + pre-build deps - [x] run test locally - [x] build with MINGW32 + pre-build deps - [x] run test locally - [x]...

build
windows

ref: https://github.com/JuliaLang/julia/issues/24741 Generated using the following code with manual modifications - Sort by type size - Move `AbstractIrrational` to the end ```jl using AbstractTrees AbstractTrees.children(x::Type) = subtypes(x) print_tree(Number) ``` preview...

doc

ref: https://github.com/HuberTRoy/MusicBox/issues/8#issuecomment-390089613 以上问题的复现。配置好 venv 后运行程序就会在终端输出错误信息,log 里没有,看上去应该是 QT的报错。 ## 重现步骤 1. 配置虚拟环境(直接装全局的应该一样) ``` # pip install virtualenv virtualenv venv # 默认用了系统级 py3.6-32 的解释器 # pip install -r requirements.txt pip install -r...

bug
help wanted

![image](https://user-images.githubusercontent.com/5158738/171012470-9ec4ee8b-7365-4f13-ab56-090aff8db1b5.png) https://github.com/dail8859/NotepadNext/blob/6888d4b9fb7544a5ba9ce06228ba603f37e06e5d/src/NotepadNext/widgets/EditorInfoStatusBar.cpp#L38 Maybe `120`? ```diff - eolFormat = new StatusLabel(100); + eolFormat = new StatusLabel(120); ``` ![image](https://user-images.githubusercontent.com/5158738/171013800-588407f4-e8ab-4f37-9323-6ba3005ee1c2.png)

md: "```echo `$(nothing)` ```" ```md ```echo `$(nothing)` ``` ``` tex: - ```\(echo `$(nothing)`\)``` should be: - ```\(echo `\$(nothing)`\)``` ---- Related code: https://github.com/JuliaDocs/Documenter.jl/blob/cd57c41ab1ff8a8dacf5c21a7d8363b777a6ad9a/src/Writers/LaTeXWriter.jl#L683-L687 TODO: - [ ] Add a test case...

Format: LaTeX

Related issue: https://github.com/JuliaDocs/Documenter.jl/issues/803 There are still many Unicode symbols that cannot be displayed in the `DejaVu Sans Mono` font. According to tests, `JuliaMono` is currently the best choice. ```tex ⊼...

Type: Enhancement
Format: LaTeX

- [x] using `pyinstaller` to generate pkg (win first, macOS may be next) - [ ] keep only 1 cli entry: add new python entry point, import zenqt - [...

The DLL is packaged but the compilation option is not enabled: https://github.com/TypesettingTools/Aegisub/blob/0dffcec461fb0a3eb04419980cde2bf1c644682b/tools/win-installer-setup.ps1#L41 https://github.com/TypesettingTools/Aegisub/blob/0dffcec461fb0a3eb04419980cde2bf1c644682b/packages/win_installer/portable/create-portable.ps1#L55-L58 https://github.com/TypesettingTools/Aegisub/blob/0dffcec461fb0a3eb04419980cde2bf1c644682b/meson_options.txt#L9 We also need to update header files: https://github.com/TypesettingTools/Aegisub/blob/0dffcec461fb0a3eb04419980cde2bf1c644682b/src/avisynth.h#L42 ` AVISYNTH_INTERFACE_VERSION = 8` —— [AviSynthPlus/avisynth.h at master...

I mean that the VS 2019 project can be generated by `meson --backend=vs2019`, and then compiling and debugging using its GUI. The output VS 2019 project files still have some...