William Buchanan

Results 34 comments of William Buchanan

@TiesdeKok & @sergiocorreia, I just hired a guy who works primarily in Python and both he and I are Mac users. If you need help with testing/development it would be...

@drewbutcher is this something you would want to look into? Basically it provide both of us with a way of using the Jupyter integration for Stata from OSX (right now...

@MalcolmWardlaw The only suggestion I would have is to try using something analogous to an Abstract Class from the Java world in the Python implementation. Ideally, the operating system should...

Have you checked out the ReadStat library? It is the underlying C library used for the haven package in R that reads/writes R, SPSS, SAS, and Stata datasets. Perhaps that...

If you were using Java I might be able to help a bit more since that is what I’m more familiar with, but I’ve also been experimenting with trying to...

@mcaceresb I had started working on some Java based dta parsers a while ago but didn’t get too far and haven’t been able to put too much work into it...

javafx should be available on the client side system that is compiling the source code. Which version of Java are you using to try compiling the source code?

Java 8 should include JavaFX, so that shouldn’t be an issue. Are you using OpenJDK or the official Java release from Oracle? Maybe there are some differences between the two...

The only working example I would have at the moment is some work I did on serializing data in memory to a JSON object using Stata's Java API https://github.com/wbuchanan/StataJSON. I've...

@SecurityInsanity Any idea what could be leading to the connection problems reported in issue #15?