Alejandro Isaza

Results 17 issues of 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...

help wanted
t3: enhancement
hacktoberfest

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.

Movie crashes when the device is connected to an external display.

Bug

I want to be able to plot a function `(x: Double) -> Double` that maps x values to y values, for instance `sin(x)`

enhancement

I want to be able to use a function `(t: Double) -> Point` to generate a parametric plot.

enhancement

Add ability to place labels in the plot by specifying a title and a location.

enhancement