Results 4 comments of Aleksejs Sinicins

It could be that `docker` and `blocker` volume list is out of sync. Modern `docker` versions do not call `VolumeDriver.Create` every time its mounted, thus [ebs_driver.go#L71](/joeduffy/blocker/blob/ea48265c9248079e6585cb111e6c14fc8f11147b/ebs_driver.go#L71) not being populated. It...

Hey. I dont think that it would be possible to keep it stateless. Especially with https://github.com/joeduffy/blocker/commit/ca190d917647f57c0a2a4c906dab6b8f8cb09fba and support of #5 since the driver api gives us only the name of...

@tonypartridge iOS 11 allows only "reading" NDEF tags. There is an API to access NFC that Libre supports (`NFCISO15693ReaderSession`) but unfortunately it is not available to public (yet?). Trying to...