Braam van Dyk
Braam van Dyk
At the bottom of p6 of the pdf version of the Julia v1.8.0 docs, there is a missing font problem resulting in the Chinese(?) characters being displayed as boxes, both...
## Test system Julia Version 0.7.0 Commit a4cb80f3ed (2018-08-08 06:46 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.0 (ORCJIT,...
Minimal example: ``` julia> using LinearAlgebra julia> N = 5 5 julia> A = Tridiagonal(-1 .* ones(N - 1), 2 .* ones(N), -1 .* ones(N-1)) 5×5 Tridiagonal{Float64, Vector{Float64}}: 2.0 -1.0...
Julia v1.9.2 installed via JuliaUp (Windows 10). BinDeps v1.0.2 A build of Blink v0.12.5 fails with: ``` caused by: IOError: could not spawn `'C:\Users\\.julia\juliaup\julia-1.9.2+0.x64.w64.mingw32\bin\..\libexec\7z.exe' x electron-v4.0.4-win32-x64.zip -y -oatom`: no such...
Julia v1.9.2, Windows 10 Add JuliaWebAPI v0.6.3 to a temp project with no other packages. Tests run up to ``` ============================================================ Running tests from test_httprpc.jl ============================================================ starting httpserver in async...
First off - this is a great package! Thanks! Now the issue: When clicking on the hyperlink for a commit for a repo that is stored on Azure Devops, there...
Also mentioned on [Discourse](https://discourse.julialang.org/t/a-curious-bug-in-vs-code-symbolic-regression/119100). As discussed there, I am not sure whether this is an issue with VSCode itself, the Julia add-in, or something specific to SymbolicRegression.jl, which is the...