Luke Hoersten
Luke Hoersten
Here's my excessively copy-paste use case: https://gist.github.com/LukeHoersten/7896241
What are you looking for the pinout for? No GPIO pins were used in this project, just the relay hat which has the pinout available in it's docs.
Just wanted to report that I do not also run Home Assistant and have the Roomba on a static IP though still have these "Releasing an unexpected Roomba instance" issues.
Looks like this may have been completed in the 2.0 breakout to `store-core`? @mgsloan can you confirm?
I'm working on integrating with io-streams in the unagi-streams package. Not sure of there will be much overhead but it may open up some use cases.
I have a single consumer case and a separate single producer case. Basically I'm doing fan-in reading and fan-out writing from a process. The readers and writers are all doing...
No it never happens for me in the normal browser (Chrome in this case).
Any ideas on the problem? It's a pretty big nuisance because it happens so frequently.
'http-conduit' is used underneath and uses [tls](http://hackage.haskell.org/package/tls-1.2.2/docs/Network-TLS.html) for TLS. However that handles CAs is probably what's being used here. I'm on my iPhone so I can't validate right now but...
I figured out why caFile is vestigial. #2 explains that the param wasn't supported by the Haskell curl lib which was the backend before http-conduits. A pull request would be...