Sebastian Pfitzner

Results 716 comments of Sebastian Pfitzner

Potentially related: https://github.com/JunoLab/atom-julia-client/issues/489

I'm not sure what you mean -- are you perchance on an old version of Juno? Here is what an array looks like when evaluated in an editor: ![grafik](https://user-images.githubusercontent.com/6735977/40494184-8768c1a4-5f74-11e8-958a-507d0372642f.png) and...

Wait, so you want it unfolded by default? That's not gonna happen since it'd take up way to much screenspace then.

Have a look at the implementation over at [atom-julia-client](https://github.com/JunoLab/atom-julia-client/blob/6c0d31456eb5019d8f5d3d472dee96a92bba0c93/lib/runtime/evaluation.coffee#L68-L77). Documentation would be great, imo, especially by someone not as involved in the dev process -- so if you're feeling up...

I see those warnings too, but only if the Julia process isn't already running. I _think_ that happens because Revise is triggered twice in that case. Can't repro the Atom...

The stepping is handled by ASTInterpreter.jl, which is a pure julia dependency and basically does stepping how you describe it. For breakpoints on the other hand we need Gallium.jl, which...

https://github.com/electron/electron/issues/18701 is the upstream issue -- seems like it's only been fixed very recently and I don't think the new Electron version has propagated to Atom yet.

It's probably fine to re-enable this fi we can test it on all platforms and keep it behind a setting.

This seems to be a permission error with accessing your package directory, and is unlikely to be related to Juno. What happens if you start a normal Julia REPL (outside...

Yeah, Juno does work pretty well on Windows -- the simplest way to install it is to actually just install [Atom](https://atom.io/), [Julia](http://julialang.org/), and then this package here. So there's no...