Alejandro Isaza
Alejandro Isaza
I don't think we should add all of Protobuf but maybe have a script that converts a caffe prototxt into simpler format. Then have that simpler format be the standard...
When I call `presentLeftMenuViewController` I expect `viewWillAppear:` and `viewDidAppear:` to be called on the `leftMenuViewController`. Similarly with `rightMenuViewContoller` and on disappear. Currently the view appear methods are only called once...
Added a method to read replies from the push notification service. Useful for debugging but also to detect invalid tokens and reopening the connection. Possible fix for issue #14.
I want to be able to plot a function `(x: Double) -> Double` that maps x values to y values, for instance `sin(x)`
I want to be able to use a function `(t: Double) -> Point` to generate a parametric plot.