Sakis Kaliakoudas
Sakis Kaliakoudas
I would suggest that you keep your episodes about 30-40 mins long. If they are longer than that then split them in 2 parts.
Note: In their json respond api here http://openweathermap.org/current#current_JSON there's no "gust" field at all ! Maybe you should just remove that ? Cheers
I made a fork that catches all exceptions and forwards them accordingly in the already existing onError listeners. It's this one. https://github.com/athkalia/WeatherLib . This is the only change: https://github.com/athkalia/WeatherLib/commit/44a43e0b5c339e820521bdf538883733f38906fe
enabling configuration cache via `org.gradle.unsafe.configuration-cache=true` I get ``` Execution failed for task ':markdownlint'. > Cannot invoke "org.gradle.api.Project.getBuildDir()" because "this.this$0.$this_run" is null ```