Long(Tony) Lian
Long(Tony) Lian
Instead of a stripe that we mentioned in previous issues related to UI, what about displaying a native menu with electron? On macOS there is always a menu (I guess...
Windows: > * [x] I think we don't need the whole top-level `Window` menu, can you remove that? Removed > * [x] Can you remove the dev tool window item?...
Mac: > * [x] There is a menu Window -> Window, that should probably be removed? Yes. > * [ ] Could we rename the main menu (the one in...
Problem with changing the name in menu for mac: https://discuss.atom.io/t/change-app-name-in-menu-bar/39839
I have looked into `test.jl`. It does not work because the `stringmime` in `vega.jl` returns Base64, which is unwanted. I tried replacing `stringmime` with `repr`, but it does not work...
Should I quote the base64 image with quotes in line 329 and 338 of `ElectronDisplay.jl`? I mean change them to `displayplot(d, "image", "'" + imgdata + "'")`.
Now these tests run successfully on my computer. Although not all plots are able to load on the window, there is no error on the Julia side (this could be...
@davidanthoff The tests are successful, but some are cancelled after being successful. Does that mean I still have some code in the test files need to fix, or it is...
The code that works for me is here: https://electronjs.org/docs/api/menu#render-process Since we need to run `require` to get electron functions, we have to detect whether we are using electron so that...
I'll work on this issue as well as #14 and https://github.com/julia-vscode/plotgallery/issues/10 first.