Sebastian Pfitzner
Sebastian Pfitzner
and fix test errors on Windows and 0.6. Fixes #117.
which causes issues when using Atom.jl when importing Tk.jl in user code. Ref: https://github.com/JunoLab/atom-julia-client/issues/118 The solutions I see would be to either - not export `Text` and require the user...
These two statements render in Juno with different colouring for println: ```julia println("x = ") println("(x) = ") ``` Ref: https://github.com/JunoLab/Juno.jl/issues/139
Ref https://github.com/JunoLab/Juno.jl/issues/192.
see https://github.com/JunoLab/atom-julia-client/issues/396.
https://github.com/JuliaRegistries/General/pull/24779
to handle packages that cause the Julia process to exit (be it intentionally or by segfaulting). Alternative to https://github.com/JuliaDocs/DocumentationGenerator.jl/pull/161.