-
> brew --config
> HOMEBREW_VERSION: 0.9.5
> ORIGIN: https://github.com/Homebrew/homebrew
> HEAD: 0922c493e1d4c9488f98332177e95042d64a7f24
> HOMEBREW_PREFIX: /usr/local
> HOMEBREW_CELLAR: /usr/local/Ce…
-
It looks like oneof feature of protobuf isn't supported by exprotobuf and causes compilation error.
Here's example proto file:
```
package chat;
option java_package = "com.appunite.chat";
// From …
-
Using homebrew version 49495886, brew install gccxml did the following:
==> Installing gccxml dependency: cmake
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.10.2.mou…
-
it says to `chown /usr/local/include`. What permission flags should I use? I can't brew update either due to these permissions
```
Please note that these warnings are just used to help the Homebrew m…
-
I'm experimenting with the possibility of using Elixir in an existing system that has a bunch of protobuf rpc messages defined. I've been really impressed so far with `gpb` and `exprotobuf` :heart:
…
-
I'm writing a new RethinkDB client driver, and am running into an issue with the parser:
```
** (MatchError) no match of right hand side value: {:error, {10, :proto_grammar, ['syntax error before: ',…
-
Right now, even when the client has been set to accept JSON (and therefore expects valid JSON), a `GET` or `DELETE` on a paste that does not exist returns the string `Not Found.` While this correctly …
-
## Problem
> One of the early design principles for highlight.js was having just a few common class names in order to have universal styles that would work for any language. Unfortunately this princ…
-
Hi, i'm having this issue with exprotobuf 0.8.5 and [the mumble proto](https://github.com/mumble-voip/mumble/blob/master/src/Mumble.proto):
```
== Compilation error on file lib/opnd/mumble/protocol.e…
-
When using the `inject` option, it looks like the `defs` function (https://github.com/bitwalker/exprotobuf/blob/master/lib/exprotobuf/define_message.ex#L87 ) loops infinitely. `encode/1` calls `defs` …