Will Coster
Will Coster
I think the original reason I used `Rationals` was because I was having trouble getting the implementation to maintain the invariants that the algorithm was suppose to when testing and...
This should be fixed as of #62 which is available in version 1.1.0 thanks to @iand675.
Is there anything that can be done in the library to prevent users from running into this problem?
Yeah, I don't think there is a good reason to have duplicate metrics. I think using a set or map and ignoring subsequent calls makes sense. It would be nice...
Yeah, I agree that `doIO` is a bit of a kludge. Do you have any suggestions for what specific operations we could replace doIO with? One thing I can think...
Sorry for the terrible response latency :( I think this makes sense. I think I'd still like an escape hatch for creating metric names that would work when defining top...
For something analogous to `.:` in Aeson, are you envisioning a function with a type like `Scalpable a => Selector -> Scraper a` that can be used in place of...
I might be misunderstanding `.:` but it seems like the main benefit it provides would be that it allows to extract more complicated values than inner text or attributes without...
I could not get anything working without setting `no_cs` including device info and VCOM. Are you modifying the driver in this project or do you have your own code base?...
This does seem unintuitive :/ I think the reason for the discrepancy is that inSerial conceptually wraps the HTML in an outer set of tags when not in a chroot...