Jeff Bezanson
Jeff Bezanson
I think the hard part is really the generic API design. For example on another thread Jameson and I are trying to hash out the meanings of draw, reveal, configure,...
I think for Base.download we'll have to focus on robust but possibly slow approaches. Unless perhaps "download for package management purposes" is a distinct operation that should be owned by...
Yes, that's out of scope for this issue. The point is that even within the world of downloaders that use external programs, there is too much fragmentation and duplication.
I believe I'm using a proxy here, and it works for me. I tried unsetting and resetting `http_proxy`.
Yes, the powershell command also works for me. Excellent. As long as we have the `download` function in Base, we might as well consolidate all these downloading methods there. As...
We should move all the functionality to Base (again, unless people don't want the `download` function in there at all), and teach it every trick in the book, detecting and...
Often a processed image has values in a different range, e.g. after convolution with certain kernels, or because it came from some data source with a strange representation. Now of...
Ok, I agree. We should consistently render `Gray` by clamping to [0,1], and at least when using Plots I'll just use a heatmap.
This is with julia v0.3.5, ubuntu 14.04 and gnome-terminal.
I have tried xterm and uxterm, and also the `libncursesw` change; no luck so far. With `libncursesw` the unicode character in the message `ஃ TermWin: Please wait ...` displays correctly....