Sebastian Pfitzner

Results 715 comments of Sebastian Pfitzner

Hm. Isn't that just a function though? :)

So the `@spawn` code seems to get expanded to ``` 1 2 1 ─ Core.NewvarNode(:(t)) 2* 2 │ a = (rand)(Bool) 3 362 │ │ %3 = var"#20#22" 4 362...

Can you try `using Atom` in the REPL?

The snippets error should be fixed with the latest version of language-julia. Can you still reproduce the error of not being able to start the console in repl (non-legacy) mode?

Did you make sure all of your packages (`atom-julia-client` and `atom-ink` in Atom, `Atom.jl` and `Juno.jl` in Julia) are up-to-date?

Atom apparently messes up the update sometimes. If you don't see a settings button for `atom-julia-client` after initiating an update you'll need to reinstall it.

Did you try `using Atom` in a Julia REPL outside of Atom?

Alright. If you go to Settings > Packages > julia-client, do you see a settings button there?

https://github.com/rprichard/winpty/issues/142 and https://github.com/zeit/hyper/issues/2832 seem related. No clue what's going on here... It's kinda expected that ``run(`winpty-agent.exe`)`` fails because the starting dir of Julia isn't `~\.atom\packages\julia-client\node_modules\node-pty-prebuilt\build\Release`.