[protobuf] Issue 541 in protobuf: Double decode in google.protobuf.text_format._CUnescape

2013-08-06 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 541 by matt.k...@undue.org: Double decode in google.protobuf.text_format._CUnescape http://code.google.com/p/protobuf/issues/detail?id=541 What steps will reproduce the problem? print

Re: [protobuf] Digest for protobuf@googlegroups.com - 11 Messages in 7 Topics

2013-08-06 Thread Chris Dew
Hi, I'm looking for a toll which will generate MySQL/SQLite schemas from .proto files. http://stackoverflow.com/questions/18082871/im-looking-for-a-tool-which-processes-proto-files-into-mysql-sqlite-schemas Thanks, Chris. On 6 August 2013 13:42, protobuf@googlegroups.com wrote: Today's

Re: [protobuf] ByteString using N bytes from an InputStream?

2013-08-06 Thread Feng Xiao
On Mon, Aug 5, 2013 at 9:31 PM, V.B. vidalborro...@gmail.com wrote: ... Actually, I just now took a closer look at the readChunk() method. Even that method makes an internal copy, so it looks like readChunk() isn't what we are looking for after all. Hmmm. It seems to me that readChunk() has

[protobuf] Re: Issue 541 in protobuf: Double decode in google.protobuf.text_format._CUnescape

2013-08-06 Thread protobuf
Updates: Status: Invalid Comment #1 on issue 541 by xiaof...@google.com: Double decode in google.protobuf.text_format._CUnescape http://code.google.com/p/protobuf/issues/detail?id=541 I think this is fixed in trunk. The current implementation of re.sub() will only do the unescaping

[protobuf] Question about bidirictional communication between C# and js

2013-08-06 Thread huangk07
Other recipients: My project has a C# app on Windows, as well as a Node.js process on Linux. I want to set up a bi-directional commmunication framework between them. I wonder if protobuf supports this and what resource I can use. Thanks a lot! -- You received this message because you are

[protobuf] Question about communication between C# and JS

2013-08-06 Thread huangk07
My project has a C# app on Windows, as well as a Node.js process on Linux. I want to set up a bi-directional commmunication framework between them. I wonder if protobuf supports this and what resource I can use. Thanks a lot! -- You received this message because you are subscribed to the Google

[protobuf] Re: Bidirectional communication between C++ and Node.js process

2013-08-06 Thread huangk07
I am new to protobuf, encontering a similar problem. I want to set up a bidirectional communication framework between Node.js process on Linux and C# process on Windows. I wonder if it possible and what resource I can use. Thanks! On Friday, July 15, 2011 12:10:26 AM UTC+8, msdark wrote:

Re: [protobuf] ByteString using N bytes from an InputStream?

2013-08-06 Thread Oliver Jowett
On Tue, Aug 6, 2013 at 7:18 PM, Feng Xiao xiaof...@google.com wrote: On Mon, Aug 5, 2013 at 9:31 PM, V.B. vidalborro...@gmail.com wrote: ... Actually, I just now took a closer look at the readChunk() method. Even that method makes an internal copy, so it looks like readChunk() isn't what we

Re: [protobuf] ByteString using N bytes from an InputStream?

2013-08-06 Thread Feng Xiao
On Tue, Aug 6, 2013 at 12:26 PM, Oliver Jowett oliver.jow...@gmail.comwrote: On Tue, Aug 6, 2013 at 7:18 PM, Feng Xiao xiaof...@google.com wrote: On Mon, Aug 5, 2013 at 9:31 PM, V.B. vidalborro...@gmail.com wrote: ... Actually, I just now took a closer look at the readChunk() method. Even

Re: [protobuf] Question about size/speed of protobufs with different formats

2013-08-06 Thread Christopher Head
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wouldn’t it be even smaller to do this message Packet { repeated uint32 pids = 1 [packed=true]; repeated string execnames = 2; } working under the assumption that the two repeated fields will be the same length? You will burn two