Connor

Results 6 issues of Connor

Anybody ever dockerize an app using this library on a raspberry pi? Is it as simple as just making a volume for `/dev/mem`? @stianeikeland If you can share any other...

Hey thanks for making this! Do you know if there are any rate limits? Updated: Looks like the API is down :( http://currencyconverter.kund.nu/api/?from=USD&from_amount=1&to=USD

Rough draft/inspiration to get retry counts when facing a http retrier error.

Just playing around with how this would look if it used the new go generics. Of course you lose some functionality in the ability to store _anything_, but in some...

Contexts are super useful to cancel functions and http requests. At the very least I added a `*http.Client` to the `zillow` struct so a caller can at least specify timeouts.

Hey thanks for the client library :) I love finding a go library for what I would otherwise have to implement. Small suggestion here, since the interface doesn't actually abstract...