Scott Thomas
Scott Thomas
I've been able to run it successfully on a different Linux box, so it's only specific to my machine at the moment :/
I don't believe I have any other libqt libraries installed. The only place seems to be in the conda directory. I've confirmed that the crash is related to the version...
Huh - yes I can confirm that running julia as root also gets around this.
Ubuntu repositories usually lag the latest version, so it's quite possible that the version of Qt you get from the repositories is 4.8.5 or earlier. It may still break in...
I'm worried that this issue is going to result in a bad first impression: 0.5 is released, a wave of people try it out, install PyPlot or Plots, get a...
In the meantime, I can get this behaviour by pirating: ```jl function RCall.rcopy(::Type{DateTime}, x::Float64) truncated_ms = Dates.Millisecond(floor(((isnan(x) ? 0 : x) + 62135683200) * 1000)) DateTime(Dates.UTInstant(truncated_ms)) end ```
Here's a short introduction to masked arrays which could go in the docstring, the `astropy.stats` introduction, or both. --- The function returns a masked array, a type of Numpy array...
It's years later, Juno unsurprisingly end up moving to vscode and I'm tidying my list of active issues, so I'll close this.
Thanks! Yes, I think you have partially understood what I'm getting at. Given that the underlying library doesn't support named arguments to an `execute` command, at least in the case...