lua-pb icon indicating copy to clipboard operation
lua-pb copied to clipboard

Lua Protocol Buffers

Results 12 lua-pb issues
Sort by recently updated
recently updated
newest added

int32.proto: message TestInt32 { optional int32 int32_ = 1; } The following test fails when value is a negative number: local pb = require"pb" local value = -1 local integer32...

gRPC extends the .proto file format to add service+rpc sections.

1 will update my project to lua5.3 , 5.3 support 64 bit integer defaultly. so , do i need to change something in pb-lua for better compatibility ?

I am using "oneof" tag in my proto file but getting error while using it. **Msg.proto** ``` // THIS DOESN'T WORK message Msg1 { required string id = 1; repeated...

Using the following schema ``` package integer64; message TestSigned64 { optional int64 int64_ = 1; } ``` the following code fails on the last assertion when run with lua5.1.5, but...

Hi There, How can I use it in Openresty/NGINX. I'd like to use it for RTB.

Hey there, is there any plan to support protobuf 3.0.0 ? Seems like it not support it atm.

I'm sorry, i'm not good at English. For example: ```protobuf // protobuf message MyProto { required bool boolField = 1; } ``` ```lua -- lua codes local p = MyProto()...

I have encountered an issue in multiple occasions with the lua-pb plugin, and it seems with its package loader functionality in particular. An example: ```2016/11/22 15:28:42 [error] 19719#0: *1109060 lua...