Naoki Saito

Results 30 comments of Naoki Saito

Today, I installed Julia v1.2.0, and hence, I also did fresh install of various packages. BinaryProvider v0.5.6 was installed automatically, and it didn't complain anything. So, perhaps, now is a...

OK, then let's close this issue since #172 is still open. But somehow I myself cannot close it. Could someone close this? Thanks!

@staticfloat , I have the same problem. Somehow, updating Homebrew.jl ends up compiling gcc-8.2.0 from the source, and takes a huge amount of time to build it. In fact, the...

See my comments https://github.com/JuliaPackaging/Homebrew.jl/issues/245. Somehow, it worked today though it took a long time to build gcc 8.2.0 automatically via Homebrew.jl...

@mkborregaard , I need to add annotations in 3D plots. Suppose I created a 3D plot using Plots.jl with plotlyjs backend. For example, I generated: ``` tmp=randn(10,3) p1=scatter(tmp[:,1],tmp[:,2],tmp[:,3]) ``` Now,...

@mkborregaard , thanks. I understand you busy schedule. I hope someone could take up this task soon.

@jquetzalcoatl ; I just checked now, but this still does not work with Plots.jl v1.10.1; PlotlyJS v0.14.0 under Julia v1.5.3. I also checked the gr and pyplot backends, but it...

Hi, Hector. Thanks a lot! We also updated our own Julia package, and it didn't take too long to do so. What we did was: 1) first ran our codes...

I hope this pull request will be processed very soon since this is a good idea. I just want to disable the autocompletion of " mark but want to keep...

@fonsp, thanks for your feedback. Is there any way to precompile these packages sequentially, not in parallel?