Lewis Levin
Lewis Levin
So, this is not solving my problem. In order to use many features like the profiler and debugger, it would appear that I need to run my Julia code in...
Actually, I found a workaround that is satisfactory for the moment. I start an external Julia environment with "my very favorite version of Julia." Then, link it per the instructions....
How did you get it to work?
I did but feature_image wasn’t enough. Also, within the template there are some conflicts by using feature_image at the site level, section level, and post level. I now use “cover_image”...
I’ll try it. That is very different than any other use of images as a value in front matter. Would be nice to get themes to be more consistent in...
@kdheepak Suggestion didn't work for me. I still end up with: ``` using GR ERROR: InitError: UndefVarError: GR_jll not defined Stacktrace: [1] __init__() @ GR.GRPreferences ~/.julia/packages/GR/uzy0J/src/preferences.jl:36 [2] _include_from_serialized(pkg::Base.PkgId, path::String, depmods::Vector{Any})...
I tried to explicitly add and build GR_jll. These steps both appeared to complete successfully. But, actually fail. Something is seriously wrong with the GR code: ``` julia> using GR...
Solved for me (maybe not for others...). I ran ```] status --outdated -m``` and found that Blink was causing several packages to be downgraded. I rm'ed Blink and then both...
What should be in that section? From: t-bltg ***@***.***> Reply-To: "jheinen/GR.jl" ***@***.***> Date: Wednesday, November 2, 2022 at 11:56 AM To: "jheinen/GR.jl" ***@***.***> Cc: Lewis Levin ***@***.***>, Author ***@***.***> Subject:...
Not sure how viable a solution this is. 1. Requires a bit of a hack to include Overrides.toml file when installing Julia. 2. Sort of has an artifact problem as...