Sebastian Pfitzner
Sebastian Pfitzner
Kinda depends on what errors you're getting. The `UndefVarError: active_repl not defined` thing should be fixed by now, but also shouldn't have broken anything anyways. Can you open switch back...
As per [this comment](https://github.com/rprichard/winpty/issues/142#issuecomment-418089340) the problem seems to only arise with certain AntiVirus solutions. As soon as the upstream issue is fixed Juno should work fine, afaict. For the time...
Someone on Gitter just confirmed that excluding `C:\Users\you\.atom\packages\julia-client\node_modules\node-pty-prebuilt\build\Release\winpty-agent.exe` from McAffee's real time scan resolves the error, so please try that and report back whether it works.
You can disable the `julia-client` package and restart Atom. I don't have any plans to make this easier, but we might eventually get that for free while refactoring. Is there...
What version of julia-client do you have installed? Can you also try _not_ creating a tmux session first and let Juno handle that? That might give you some more debug...
No, I meant that you should keep the `Use tmux` option on but let Juno create a new session. Btw, did you restart the tmux session after updating Atom.jl on...
Can you elaborate on > But it’s hanging. Does no session start at all, or does all execution hang, or does only execution from the editor hang?
I can't reproduce this bug. Do you have any non-standard tmux settings on the remote (in particular related to ^C and the F10 key)? What happens if you execute the...
In the meantime you can use something like `modules=setdiff(Base.loaded_modules_array(), [Base, Core, ...])`.