JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Console appears frozen on first start #168

Closed JonnyCBB closed 5 years ago

JonnyCBB commented 5 years ago

When I first open a Julia console using Cmd-J Cmd-O I get the following screen:

screen shot 2018-07-26 at 12 45 06

I can see that Julia has started in the debugging console:

screen shot 2018-07-26 at 12 45 54

However, the console is frozen and I can't type anything in. I have to close the Julia console and reopen it and then it works as expected (not frozen, I see this screen and I can interact and type and evaluate things as expected:

screen shot 2018-07-26 at 12 47 27

Although this bug isn't the end of the world it is slightly annoying. Is there a fix for this?

Versions OS: Mac High Sierra v10.13.6 Atom: 1.28.2 Julia: 0.7.0-beta2 Julia-client: 0.7.1 Ink: 0.9.1

pfitzseb commented 5 years ago

I've never seen that one before -- can you try enabling the Fallback Renderer setting in the julia-client options, close the REPL and restart Atom?

Edit: Actually, can you also expand the > Object part in the No deserializer found warning above? Might be related to that.

JonnyCBB commented 5 years ago

So there's good news and bad news

I'm happy to close this issue if you are with the solution - enable the Fallback Renderer option in the julia-client settings