-
Hi
I just installed Jamovi (Windows 7 on my machine) but it doesn't work. Details:
(i) I have to double-click twice (?) on the icon before the program starts
(ii) the program is unusually slow to…
-
i have use Compiler2.0-ProtoBuf3.0-Swift2.0 to update pod ,but the xx.pb.swift don't support swift 2.0
-
In the README you show examples of proto3, yet when I try to parse, I get
`Unrecognized syntax identifier "proto3". This parser only recognizes "proto2".`
After I installed protoc 3.0 and want to in…
-
GCSA indexing is working, but for graphs of many gigabytes we have to break up jobs into pieces, collect kmers from these jobs, convert the kmers to GCSA binary input format with gcsa2/convert_graph, …
-
When generating a world by default it is saved in pickle format. The user has the possibility to save it in protobuf format if he chooses an option. I think it should be the other way around or we cou…
-
I have protobuf v3.0.0-alpha-3.1 installed and when I run **./scripts/build.sh** I get errors like:
1) This file was generated by an older version of protoc which is
2) incompatible with your Protocol…
-
We have already another file to generate protobuf stubs inside the worldengine directory
-
This is a non-trivial issue, but one I am working on tackling now. The issue lies in protobuf from what I can see, and it may require having 2 versions in externals/ - one for python 2.x and one for p…
-
When something fails to parse, I get the following error:
```
Error: Error Domain=ProtocolBuffers.ProtocolBuffersError Code=1 "(null)"
```
This really doesn't help very much. Is there some way to ge…
-
passing multiple .proto files that include an import generates invalid import lines.
ex: compile a.proto and b.proto together with a importing b:
``` go
import (
proto_0 "b.pb"
)
```
would be gener…