HaiYing Wang

Results 5 comments of HaiYing Wang

Just found that things work in VSCode, but not in the repl nor emacs with vterm.

If I start julia from a terminal, then it works. Maybe this is a problem for emacs julia-repl with vterm. I will test further.

I do not fully understand the cause, but the problem is related to using X server with gksqt. Here is a workaround: ```julia ENV["GKSwstype"]="nul" weave("00.jl", cache=:off, out_path="output/") ENV["GKSwstype"]="gksqt" ``` The...

I had a similar problem [#436 ](https://github.com/JunoLab/Weave.jl/issues/436). You may try to see if the following workaround works for you. ```julia ENV["GKSwstype"]="nul" weave(joinpath(dirname(pathof(Weave)), "../examples", "FIR_design.jmd"), out_path=:pwd, doctype = "md2html") ENV["GKSwstype"]="gksqt" ```

The same problem with Julia 1.8.2 on Ubuntu 22.04.