Alexandre Archambault
Alexandre Archambault
Should be removed [along the one in almond](https://github.com/almond-sh/almond/issues/392).
Typically, if `spark.yarn.archive` or `spark.home` in the spark conf, or `SPARK_HOME` in the env, are set, these may clash with the way ammonite-spark handles things (like the `spark.yarn.archive` would make...
To annotate case classes having a single field, like ``` scala @Wrapper case class Something(underlying: Underlying) ``` whose JSON representation is the one of the field. Would avoid to write...
In particular, which argonaut and shapeless versions they target, what features of shapeless they use (orphan derivation, ...), ...
The help messages generated by case-app are currently rather raw. All the options are printed, without any grouping of related options, with no reflow of text depending on the terminal...
Make it more readable. (Generated, à la scalatex?) Note about the different versions (which shapeless version they depend on, ...)
Annotations (`@ExtraName`, `@AppName`, `@AppVersion`, ...) expect litteral arguments. They'll likely crash with variable arguments. Add a note about that in doc.