Sebastian Pfitzner

Results 721 comments of Sebastian Pfitzner

That's a permission error -- make sure the user you're trying to install julia-client on is the same that installed Atom. In particular, `Please try running this command again as...

I can't repro this: ![image](https://user-images.githubusercontent.com/6735977/81551346-fb09a900-9381-11ea-8f34-6231f1f0a766.png)

Please try the instructions [here](http://docs.junolab.org/latest/man/update/) and report back any errors you might see.

That function is type stable, so there's just nothing to display. Try `f(8.0)` instead.

No, but https://github.com/JuliaComputing/TableView.jl does/will.

I still didn't have any luck reproducing this. My best bet is that CSTParser and/or CodeTools run into infinite recursion and crash everthing, but not sure what we can do...

`pkg> dev Atom` and apply ```diff diff --git a/src/completions.jl b/src/completions.jl index 397a457..2830fa5 100644 --- a/src/completions.jl +++ b/src/completions.jl @@ -72,7 +72,7 @@ function basecompletionadapter( # initialize suggestions with local completions so...

Ok, but the memory leak issue didn't happen again?

Any file that's open and any file that's reachable from any of those, yes...

I'm pretty sure you can just add the WSL julia to your `PATH`, no?