Pierre Allix
Pierre Allix
The mercator acceptance tests are not runned on Travis. What is on purpose on should I edit `protractorConfSauce.js` to add them?
The `:reserved_numbers` token from `gpb` was not supported and prevented a Google protobuf file to be read (even though it worked on one of my fork but I cannot identify...
When decoding a message using a oneof with a field that has not been defined by the code doing the decoding, no error is thrown. Instead, the field has the...
When an invalid binary message is passed to the decoder, at least three different errors are thrown by the library (depending of the message): - MatchError - FunctionClauseError - CaseClauseError...
The current representation of `oneof` field use tuples. This is problematic when using the Poison library to serialize a Protobuf structure to JSON: tuples cannot be converted to JSON (only...
I have an application that connects to multiple MQTT servers, each running locally in its network namespaces. When the number of connection is too high the beam vm becomes stuck....
The documentation refers to: ``` config: { merge: 'couch/shared/*' }, ``` put `config` should be named `options` to make it work.
When logging with udp on a syslog server, `localhost` is used as the hostname in the log instead of the actual machine name. Example of invalid host name: ``` Jun...
Fixes #18 and #17
Fixes #20