Toby
Toby
Would you consider non-standard functions like `traverse` and `sequence` typical to libraries like cats? Is that more of a seperate site/project?
We've done something like this to support decoding dates form our config files ``` scala implicit val configuredLocalDate: Configured[LocalDate] = new Configured[LocalDate] { def apply(a: CfgValue) = Some(LocalDate.parse(a.pretty.replace("\"", ""), ofPattern("dd...
Possibly with influxdb (and Rickshaw for charts, see https://shutterstock.github.io/rickshaw/examples/extensions.html and https://www.influxdata.com/blog/visualizing-your-time-series-data-from-influxdb-with-rickshaw/)
When `CrcFailure`s are output, they don't show anything interesting. Change case class CrcFailure() extends Error(...") to case class CrcFailure(scratchPad: String) extends Error("...") Then ensure when it's output in the log,...
Add the version of Debian running under the `/version` endpoint and to the UI. For example, the contents of `/etc/os-release`.
Mentioned by @HunorR it might be nice to support all the sensors that `w1_therm` supports. > Hello there, i have a problem with the sensor. The sensor is connected and...