kcajf
kcajf
@ExpandingMan I'm not sure how far you are into your development of a pure Julia implementation of the spec, but I noticed that Cxx.jl was recently (~a month ago) fixed...
Thanks, makes sense. The JavaCall issue is actually really annoying - hadn't seen that. I have been building up a reasonable codebase around some Java APIs on 1.0, and was...
Hi - how much work do you think needs to be done in order to read arrow structs? e.g. a typical "dataframe" struct with each entry's values being a vector...
No problem. Reading the streaming IPC is actually what I was trying to do above - I've since read up an arrow enough to know the right terminology! An aside:...
This would be really helpful. My code is structured into a series of modules. None of these are large enough to merit being their own "packages". Different pieces of code...
Same structure as Stakaz here. On Mon, 3 Feb 2020, 03:57 Stanislav, wrote: > Hello, I am gald you look into the issue. In my user case the setup is...
I use the JULIA_LOAD_PATH environment variable to achieve this. Could be nice if vscode could read that in!
Thanks, I saw that on another thread and did delete it, and it made no difference. On Wed, 15 Jul 2020, 02:34 Takafumi Arakaki, wrote: > Hmm... maybe incompatible pre-compilation...
I did a bit more digging into this (amongst other things switched down to 1.4, which didn't make a difference) Turns out there was some PyCall related stuff in my...
That seems to have built correctly - thanks for all your help! When I try to load it up, I'm getting this error now: ``` >>> import julia >>> jl...