Steffen Reichel
Steffen Reichel
I find the API docs for `allow_none` and `load_default` in the `fields.Field` class slightly confusing / incomplete. The docs state for `allow_none` that it defaults to `True` if it's unset...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
http://www.scala-sbt.org/0.13.0/docs/Howto/generatefiles.html The example for Generate Resources is not working. It gives a compile error on loading the build definition ``` error: type mismatch; found : Seq[java.io.File] required: sbt.Def.Initialize[?] Seq(file) ^...