Thorsten von Eicken

Results 217 comments of Thorsten von Eicken

LGTM, are there more change you'd like to make?

Hi, I don't know whether you are at all interrested in getting this merged in. If so, I think it could do with some docs/comments...

IMHO the proper fix would not add a blind delay but use a shorter delay and check the permissions, and then loop until these change. Overall this sucks. Maybe we...

While I understand the problem, it seems to me that the unexporting should happen last after closing the exported files. So it seems that the Close() calls should be skipped...

can you please explain what your changes are trying to accomplish?

I don't understand "many sensor registers are lined up. so you could read them all in one go." in that you can read multiple sensor registers using: ``` // ReadFromReg...

I didn't know about that. What would the benefit be? It's not really clear to me who maintains that and what the plans are...

How does gopkg.in tell go get which branch to checkout? Is that by setting the default branch? We like using master as the dev branch because all our 300+ repos...

Understood. BTW, thanks for gopkg.in !!!

I dealt with the threading issue and added a pile of debug printfs in the process (they're all compiled out by default). The TLS connections now work, but I'd like...