Deepak Bhimaraju

Results 2 issues of Deepak Bhimaraju

I propose simplifying the RBS syntax for initialize methods by removing the required `-> void` return type annotation. Current Syntax: ``` #: (a: String) -> void def initialize(a:) @a =...

When I call the `utc` method on the time object passed as the parameter to a lambda, it changes the timezone of the time object for subsequent jobs' lambdas. e.g....