Sebastian Pfitzner

Results 716 comments of Sebastian Pfitzner

Hm, `prebuild-install WARN install unexpected end of file` sounds like you got a corrupted file (or your antivirus software tried to delete it). Does this happen every time you try...

The current setup tries to download prebuilt binaries from github, which -- for some reason -- fails for you. As a fallback we try building the binary on your machine,...

Yes, it's likely that the global `apm` install got messed up somehow. Some people have reported that [apx](https://github.com/Aerijo/apx) got around the installation issues, so you could give that a go...

I suspect that happens because of https://github.com/jrevels/Cassette.jl/issues/6, but it's definitely rather unfortunate.

I assume you tried that in the default Julia REPL, right? Does it work in the terminal you get with `Julia Client: New Terminal`? I'm asking since we're doing some...

With the latest version of xterm.js (which we use since https://github.com/JunoLab/atom-ink/commit/909fd8079bfd44be1af6a067807286f5f35486be) `Alt-Backspace` works fine for deleting the last word. The changes might also allow for `Ctrl-Backspace` to work, but I...

I can't repro this on Julia 1.5.0 and [email protected]. This does indeed seem like a Base issue, given that the segfault occurs somewhere in `repr`.

Sure. What do you suggest as a sensible minimum width? 60 chars? 80 chars?

Mh, there's no way to easily get that, but you can compare the width to your editor since both use the same font and font size. For reference, the Julia...