hustf
hustf
This is included as a comment in /test/test-snapshot.jl ``` # It seems that the svg device called by Cairo fails to find # a size reference from unbounded recording surfaces....
From a Franklin slack thread, two weeks ago. I personally use another solution, but this could be a potential improvement to Franklin. Most lines of code are not relevant to...
Overall, thanks a lot for the package, and thanks for adding a link in the readme.md. There's no organization to this, I'm just dumping remarks: - the hamburger links are...
This just includes a file; a package owner needs to register it with appveyor too.
After running Pkg.test("Compose") on Julia 0.4.6 and Windows the message below appears. Shell commands and windows don't work well currently (depending on individual PATH settings, which are not so popular...
On Julia 1.8.1 (and also on 1.7.3) ``` using Unitful; using Unitful:kg julia> A = [1 2kg; 3/kg 4] 2×2 Matrix{Quantity{Int64}}: 1 2 kg 3 kg^-1 4 julia> A ==...
It hurts, sometimes, to use Windows. A related issue: https://github.com/JuliaLang/WinRPM.jl/issues/44 I tried the tagged version, master and nothttpclient branch. Same errors: ``` julia> WinRPM.update() INFO: Downloading https://cache.e.ip.saba.us/http://download.opensuse.org/reposi tories/windows:/mingw:/win32/openSUSE_13.2/repodata/repomd.xml WARNING: Unknown...
I got this error on 0.4.6. A lot of messages because of redefinition of functions are suppressed. `````` include(singraph.jl) .... ERROR: LoadError: UndefVarError: Compat not defined in pango_parse_markup at C:\Users\F\Documents\GitHub\GLVisualize.jl\src\compose_backend.jl:451```...
1) The benchmarks use depend on packages UnicodePlots and IndexedTables. IndexedTables is still not working on Julia 0.7, but the functionality can be referred from package Millboard instead. 2) The...
It seems PR #165 did not fully fix logging tests. This on Julia version 1.5.3. Tests pass locally on max and on CI, but: ``` Default metadata formatting: Test Failed...