Randy Zwitch

Results 132 comments of Randy Zwitch
trafficstars

I would like to see this move to Apache as well, so that questions can be part of the mailing list. At the risk of overcommitting, MapD has a vested...

I'm going to try and figure this out, as I need the `Schema` type for a work project.

For the schema, from my reading it seems like you receive a pointer/size as your response, with the schema taking the shape of: ``` table Schema { /// endianness of...

@ExpandingMan Unfortunately, Feather.jl doesn't quite help. I was hoping I could get away with this: ``` mutable struct Schema endianess::String fields::AbstractVector custom_metadata::String end julia> FlatBuffers.readbuffer(schema, 1, Schema) ERROR: MethodError: Cannot...

@gabomgp I haven't had time to build this in Julia. Most likely, I will be wrapping Arrow c_glib in the near term, then figuring out if it's worth the time...

I don't think it's the case that this package isn't really "Arrow", just that there has been some drift. I do hope to get to the point where I can...

When you get your code back @expandingman, I’ve got a real-world use case to test IPC on and would be happy to do so > On Jun 3, 2019, at...

Thanks for reporting. To be honest, I've never understood how WebIO is supposed to work, so I'm not surprised it's not implemented correctly. I'd love it if someone could make...

I'd love to get this support added, but unfortunately, it looks like the community is moving _again_ to a different alternative (JSServe.jl)? When all of this shakes out, I'd be...

Thanks for checking out the package! I don't do a whole lot with this right now, but I'm happy to review a PR. Spending a lot of time in the...