protogeezer
protogeezer
Tom: thanks! I will indeed give it a whirl. Even if I can get the sample code working, I'm not sure that this package ready to base a large scale...
Huh. I thought I left you some feedback earlier in the week. Cxx still didn't work with the commands in the qttest in the Cxx package. It did work with...
Thanks, that fixed the crash. There is still a warning cfunction: process_cxx_exception does not return so I’ll press on with 0.5. Should I submit an issue on Cxx with 0.4?...
Trying to update to the latest master and a build that installs into /usr/local/ doesn't seem to work: ``` julia> Pkg.clone("https://github.com/Keno/Cxx.jl.git") INFO: Cloning Cxx from https://github.com/Keno/Cxx.jl.git INFO: Computing changes... INFO:...
Thanks - I do need to make progress. > On Jul 22, 2016, at 5:34 PM, Keno Fischer [email protected] wrote: > > FWIW, the fix is already on the kf/travis...
I tried deleting the Cxx package and then created a new clone, (here's the part I'm not sure about) checked out the kf/travis branch in ~/.julia/v0.5/cxx, and then tried to...
Concerning the email exchange below, I'm finally back in a position to work on this. My first inclination after looking at the Julia code is to eliminate the dissonance with...
There is code for making the timer based sharing of a TTY interface and event loop driven (cocoa) GUI in a single thread in the python mac specific folder -...
I tried updating to the master on RCall and DataArrays, but the same thing is happening julia> Pkg.status("RCall") - RCall 0.9.0+ master julia> Pkg.status("DataArrays") - DataArrays 0.7.0 master julia> Pkg.status("DataFrames")...
I liked the suggestion to add an ISOSpherical type made last year by c42f - since I needed it for my own work I added it to a local copy...