rekabrnalla

Results 5 issues of rekabrnalla

The instructions seem to be out of date for Ubuntu. I can't install bfgminer with apt-get install, so I installed bfgminer manually. I tried copying the entire install directory for...

When Conda.jl automatically tries to install miniconda-windows-latest, it gets 4.8 something. Conda.jl has specific things it does which seem to expect the version 4.0 directory structure. I manually downloaded that...

test GR "Discrete Plot" errors when trying to rm(file_path) I tried adding a sleep(2) before the rm(file_path) to see if it was some type of race condition, but it did...

A bug was found in julia where @ccallable functions allocate memory for each argument triggering garbage collection. For a high-throughput loop this is a no go. It was observed that...

I haven't figured out what is happening here to make a mwe. Wondering if it is a function of having a module with multiple "include" lines in that bring in...