azurefx
azurefx
**这么多说不要用Windows的人是什么思路… 是纯Windows平台的开源项目不配用Git,还是不配开源? 明明是Git的锅好不好 一个合格的文本编辑器应当能正确处理换行符** ↑刚被SourceTree for Windows的内嵌Git客户端坑过的抱怨
> 大神,求助 > 全局 设置 git config 和 新建一个 .gitattriubutes 那个优先级高 > When deciding what attributes are assigned to a path, Git consults $GIT_DIR/info/attributes file (which has the highest precedence),...
```julia (v1.2) pkg> st Cxx Status `C:\Users\Azure\.julia\environments\v1.2\Project.toml` [a0b5b9ef] Cxx v0.3.2 #gn-patch-crash (https://github.com/JuliaInterop/Cxx.jl) julia> using Cxx C++ > #include true C++ > using namespace std true C++ > auto str="Hello"s true...
Tested on v0.3.2 and master=93359f1 ``` (v1.1) pkg> add https://github.com/JuliaInterop/Cxx.jl#master Updating git-repo `https://github.com/JuliaInterop/Cxx.jl` Resolving package versions... Updating `C:\Users\Azure\.julia\environments\v1.1\Project.toml` [a0b5b9ef] Cxx v0.3.2 #master (https://github.com/JuliaInterop/Cxx.jl) Updating `C:\Users\Azure\.julia\environments\v1.1\Manifest.toml` [a0b5b9ef] Cxx v0.3.2 #master (https://github.com/JuliaInterop/Cxx.jl)...
``` julia> using Cxx julia> cxx"#include " true julia> cxx"""void f(double x){ printf("%f\n",x); }""" true julia> @cxx f(typemax(Float64)) LLVM ERROR: Program used external function '__mingw_vprintf' which could not be resolved!...
FYI The system codepage for non-Unicode programs is 936(GBK) ``` julia> Sys.windows_version() v"10.0.17134" julia> versioninfo() Julia Version 1.0.0 Commit 5d4eaca0c9 (2018-08-08 20:58 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R)...
> Is that first line in your top post the contents of transparent_png.jl? Yes. > What happens if you change it to println(isfile("input.png"))? Both true for English and Chinese dir...
I've figured out that this problem is caused by ImageMagick's MagickWand C interface. The MagickReadImage function accepts a char* filename parameter, and unfortunately the CRT on Windows treats filename as...
> Nice work! You clearly know a lot more about this than I do, so the guidance I can offer is limited. Others should feel free to chime in here....
I have no idea about this and #1, but it seems to be a Windows-specific problem. Recently I switched to Julia 1.7.2, and in VSCode REPL the package can not...