Jason Teplitz
Jason Teplitz
Given this valid protobuf: ```proto syntax = "proto2"; package test; enum Foo { option allow_alias = true; BAR = 1; ZAA = 2; DEFAULT = 1; } message MyMessage {...
Review #51 first. This is a POC of a RenderService (https://github.com/angular/angular/issues/2409). It uses monkey patching to serialize arguments to RenderService functions at runtime and run the function on the render...
Review #50 first. There's currently a bug where the first new answer will appear twice until you refresh. It looks like this is an [issue with angularfire](https://github.com/angular/angularfire2/issues/73)
It looks like this only supports using serialize right now. Is there a way to use serialize_packed? If not, I'm happy to help out with the implementation.