Tomáš Drvoštěp

Results 46 comments of Tomáš Drvoštěp

Hi, for my usecase -- trying to get [Selections.jl](https://github.com/Drvi/Selections.jl) easily available to the ecosystem -- I'd like to be have `select()` and `select!()` functions, both could de-select columns and for...

Hey folks, I encourage you to take the new version (1.0) of this package for a spin, should be a bit faster. Please see the docs for some guidance on...

Similar, https://github.com/JuliaIO/ProtoBuf.jl/issues/137, the good news is that ProtoBuf.jl 1.0 should be able to resolve the issue you are having, but there is currently no support for Services and RPCs. This...

This issue is really old and ProtoBuf.jl 1.0 has been release recently... closing for now, but do reach out if you encounter problems with the new version. Cheers.

So, type `Any` contains two fields: ``` string type_url = 1; bytes value = 2; ``` `value` is the protobuf-encoded message and `type_url` contains the type information of the encoded...

There seem to be multiple issues about text-format, closing this one in favor of https://github.com/JuliaIO/ProtoBuf.jl/issues/66. As a workaround, you can use `protoc` directly to translate between binary and text format,...

Please try to migrate to ProtoBuf.jl 1.0, older versions are not supported anymore.

At work we use primarily PySpark which benefits greatly from the DataFrame API, I've used plain RDDs only a couple of times because of that. If Spark.jl supported the DataFrame...

Hey folks! A fix for https://github.com/JuliaIO/ProtoBuf.jl/issues/211 was submitted to the General registry, so this should be resolved soon. I'm afraid that migrating from old ProtoBuf won't work without some elbow...