-
什么时候会正式发布2.X版本
-
I was involved into a small issue during `make` process in the following, which maybe I shouldn't have popped it up here.
```
$ mkdir build
$ cd build
$ cmake ..
$ make
```
The problem is sh…
-
protobuf.js currently does not handle proto3 repeated fields properly.
In proto3, all repeated fields are packed by default but failing to designate a repeated field as [packed=true] causes protobuf.…
-
#### Version of protoc (`protoc --version`)
###### 3.0
#### Version of ProtocolBuffers.framework
###### 3.0.0
#### `.proto` file to reproduce
``` protobuf
```
#### Description
I use syntax = "proto…
-
File "/Users/xxx/Documents/pogom/pogom/pgoapi/**init**.py", line 49, in
raise PleaseInstallProtobufVersion3()
pogom.pgoapi.exceptions.PleaseInstallProtobufVersion3
-
## Expected Behavior
Speedscan Initial Scan should be able to recognize that some zones simply have no stops/pokemons/gyms, which frequently happens in rural areas. After a few 0/0/0 scans, initi…
bbdoc updated
7 years ago
-
Is it possible to get support for protobuf3 syntax? Things like "required" and "optional" are not actually required in proto3.
One way to detect would be `syntax = "proto3";`
-
when access pyton web.py
gettin
`Traceback (most recent call last):
File "web.py", line 8, in
from pgoapi.poke_utils import *
File "/var/www/test/poketrainer/pgoapi/__init__.py", line 16, in …
-
As far as I understand, protobuf3 is even simpler to implement, particularly given changes in default value semantics. Have you thought about supporting it?
-
#### Version of protoc (`protoc --version`)
###### libprotoc 3.1.0
#### Version of ProtocolBuffers.framework
###### 3.0.5
#### `.proto` file to reproduce
``` protobuf
```
#### Description
I cloned …