Ryan Williams

Results 184 comments of Ryan Williams

## Positional Arguments > What do you mean by "positional arguments"? :-) Arguments that are not associated with a flag, that currently go in `RemainingArgs.remainingArgs` afaict. For example, `file1` and...

Good to know! Just in case I'm missing something that case-app already handles, what do you mean "mandatory arguments"? I'm assuming you mean fields in the arguments-case-class that have no...

Random other question I asked in [the case-app gitter](https://gitter.im/alexarchambault/case-app) but I'll repost here since that room doesn't seem active yet: I'm trying to port some args4j-based CLI param objects to...

Highlights [from Gitter](https://gitter.im/cvogt/cbt?at=5a281e9b3ae2aa6b3f940df9): - CBT integration works in Scala plugin nightlies *until 2017.3.603*. [Downloads page](https://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly#ScalaPluginNightly-Build2017.3.603) [download link](https://plugins.jetbrains.com/plugin/download?pr=idea&updateId=40657) - Import project from existing sources > Select CBT model - Make sure...

@fabianpage I tried a few versions of IJ and the Scala plugin before I saw it work, mostly because I didn't understand exactly what versions I needed. I believe that...

Yea I did a double-take about that too. No idea why the support goes away after 603, @darthorimar could presumably give more context

Does the github API not allow you to create files? It [seems like it does](https://developer.github.com/v3/repos/contents/#create-a-file) via the endpoint that dillinger is already using; or maybe I'm misunderstanding?

cool, yea I am only intending to describe the case where we add files to existing repos. I will try to find some time to come up to speed on...

JARs specified in `spark.jars` don't appear to be on the driver's classpath for me (version 0.6.2, Spark 1.6.0). Here is my notebook configuration, reduced to a minimal test case: ```...