Ben Aldrich

Results 27 comments of Ben Aldrich

Thanks for the help! I will reach out if I have any issues.

I agree, I think this would be extremely useful. It's sad to see that this never got merged.

:+1: great to see that you are taking this on!

I also saw improved io on my dev machine with local disks with the same order of magnitude. My local disks have a latency frequently under 1ms while my remote...

I ran this on windows 7 with cgo and TDDM-GCC-64 and it worked! Would be nice to have this under some kind of automation though.

This would be really helpful for us as well, some way to be able to log / catch any query error and log the sql query that was used when...

Sorry to be annoying but would anyone have a suggestion on how to handle time?

Well it does work if I use just the protostuff serialize and deserialize from protobuf to json. And it seems like the major point of java_v2protoc_schema is to have compatibility...

Why can't we just add a feature from the schema that's generated to be able to translate the numeric types that you get over the wire to the named types...

When I do this: ``` Search.Builder build = Search.newBuilder(); ProtobufIOUtil.mergeFrom(proto, build, SchemaQuery.Search.MERGE); Search search = build.build(); ByteArrayOutputStream out = new ByteArrayOutputStream(); JsonIOUtil.writeTo(out, search, SchemaQuery.Search.WRITE, false); ``` it works correctly if...