shg
shg
I tried to run the file in the example directory and got an error. I see the same error when I tried GZExamples. Any idea? I installed master of SimpleMediaLayer...
I got an error "Uncaught TypeError: folderMessageHdrsIterator is undefined" when I ran Remove Duplicate Messages on a folder on an Exchange server (outlook.office.com). The add-on works with out any error...
## Details Using thickness_scaling with GR backend seems to change the margins incorrectly. The issue is not seen with PyPlot. ```julia gr() default() plot(sin, thickness_scaling = 1) ```  ```julia...
First, thank you for the useful app. This is a suggestion about UI. I think it is useful if it is possible to enable/disable dimming just by clicking the menubar...
I tested basic.jl and found that the graphics are only shown in the top-left quadrant of the window on my Mac. I guess high DPI (retina) screen is not supported....
I am testing this package on macOS. I can run the sample program `basic.jl` by `include("basic.jl")` and it works, but I cannot close the window at the end. When I...
The use of pdftocairo is recommended by the author of pdf2svg although pdf2svg still works well. https://poppler.freedesktop.org/ The equivalent command line would be: ``` pdftocairo -svg -f 1 -l 1...
It would be convenient to allow a user to just restart the Julia REPL in the same frame as the one the current REPL is running without terminating the current...
`julia-vterm-send-cd-to-buffer-directory` sends `cd()` call to REPL even if REPL is not in ready state. This could cause the command being input to be executed unexpectedly. This should be fixed for...