shg

Results 13 issues of 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) ``` ![plot_ts_gr_01](https://user-images.githubusercontent.com/55463/152683219-c5d6eda1-89e5-4e65-ac79-42c4c2da50f5.png) ```julia...

bug
GR

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...