Naoki Saito

Results 17 issues of Naoki Saito

When I connect my windows machine from my mac via ms remote desktop, and check my gmails using firefox on my remote windows machine, normally it's fine and works well....

```@save``` macro in JLD.jl is highly useful and convenient. However, I encountered the following problem. I am using both Plots.jl and LightGraphs.jl packages along with JLD.jl (v0.8.3) under Julia v0.6.1....

I'm wondering whether there's any plan to implement the so-called Varimax Rotation and other rotations of factors or PCA loadings as MATLAB's ```rotatefactors``` function in Statistics Toolbox. Thanks! BVP

up for grabs

I encountered a very peculiar problem, which I also reported at https://github.com/JuliaCI/BaseBenchmarks.jl/issues/253. If I run some benchmark tests provided by `BaseBenchmarks.jl` and if I also run `using ApproxFun`, I get...

Hello! I am wondering how we can save the results of our computations using ApproxFun functions on a hard disk. Is there anything like ```save``` function in MALTAB? Also, how...

I want to know why the program `pip` installed via Conda.jl on Windows machine is located at ~/.julia/conda/3/Scripts/ while on Linux/Mac, it's at ~/.julia/conda/3/bin/. Why on Windows machine, it's in...

Hello. I think I installed ```arrayfire``` library (version 3.4.2) for Windows correctly. My julia version is 0.5.2. Upon running ```Pkg.test("ArrayFire")```, I got the following errors. I want to note that...

I just added the current master branch of Gtk.jl on my MacBook Pro (OSX 10.11.6), and tried to build and precompile it, but it failed as follows: ```Julia (v1.0) pkg>...

I just installed the latest version of this package under Julia v1.3.1, and ran the test. Then, one of the three tests failed as follows (even after I explicitly added...

I have trouble editing some previously-used commands in REPL window now under atom-julia-client 0.6.10 under atom 1.25.1. Suppose I use the uparrow key to go through my command history and...

bug