larpo

Results 6 comments of larpo

I'm surprised and disappointed to find out the power consumption information is not part of the API. I was hoping to feed the power usage information into grafana for closer...

@masterlog80 Based on the documentation, `weight` should be exactly what you are looking for, but for whatever reason it seems to return power instead. Not to mention the API returns...

Ran into this issue today for the first time. Restarting browser seemed to have fixed it, at least for now. * macOS 10.12.6 (16G29) * safari 11.0 (12604.1.38.1.7) * ublock...

The way it currently works is pretty counterintuitive and makes using nested routes not an option in many cases. Intuitively something like this should work, and does work at least...

Minor release sounds reasonable, bit too late at this point with rc3 👍

We are using these light wrappers, seem to work fine (with the downside of having to import the custom implementations instead of wouter): ```tsx import {useParams, Route} from "wouter"; type...