Ryan Williams

Results 94 issues of Ryan Williams

I love this library, thank you! Some things I would like to see that afaict it doesn't have now: - positional arguments (likely an annotation with an integer index) -...

this tutorial is awesome, thanks! I'm new to Play and some of the libraries here so some of this is dumb pattern-matching (`InjectedController`) that may not be the right way...

This doesn't seem possible now, AFAICT. IIRC it was possible before the recent redesign. If I create a file in Dillinger and try to "Save To" > "Github", I get...

Feature Request

I typically pass `--driver-class-path /path/to/jar/X --conf spark.extraListeners class.from.jar.X` to my Spark invocations; `--driver-class-path` must be used instead of `spark.driver.extraClassPath` in `yarn-client` mode, per [the Spark docs](http://spark.apache.org/docs/1.4.1/configuration.html#runtime-environment). Is there a way...

I'm running a `spark-notebook-0.6.3-scala-2.10.5-spark-1.6.1-hadoop-2.6.0` notebook with a dependency on a scala 2.10.6 library; I get errors at notebook start-time that seem like they're caused by the 2.10.5 notebook-server vs. 2.10.6...

(factored out of #612) - set core `FlowSpec` attrs (`file`, `name`, `path_spec`, `_graph`, `_steps`) at definition, using `FlowSpecMeta` metaclass - add proof-of-concept `pytest` test (and associated testing utilities); run `pytest`...

**Update**: Partly superceded by #867, but removes a few more vestigial Python 2 configurations. ---- Fixes https://github.com/Netflix/metaflow/issues/668; opening partly for discussion. This may have to wait for Metaflow 3.x; @villelaitila...

This is a large change, factored into 4 sequential groups of commits, addressing pain points I hit as a new user/developer of Metaflow; [work leading up to this has been...