Marius Lewerenz
Marius Lewerenz
```kotlin fun Builder.filterNotNull(): Builder = get { this.filterNotNull() } ``` Would make a nice addition to the already existing `filter`, `filterNot` and `filterIsInstance`.
The plugin in it's default configuration adds the directory `build/generated` to the main sourceSet. However, this is problematic, since this directory is already used as the output directory for other...
Delivering a message to the local server fails with ``` 450 SQLITE_ERROR: cannot start a transaction within a transaction ``` when there are two concurrent connections.