Justin Israel
Justin Israel
@johhnry i was waiting on one more v2 issue but I'm likely going to close it as a won't-fix. Might be able to release v2 within a day or two
@johhnry I've released v2.0.0
@johhnry please submit a PR. Like I said, I don't use MyPy, and I kind of did this on request and tried to check it with your setup. Happy to...
@dkbarn no the PR hasn't been submitted as of yet
@dkbarn as part of another fix, I have updated the type annotations to pass the strict `mypy` check
My studio has just started testing Temporal and it would be great to have this feature.
It is a shame that `GetImageBlob` and `GetImagesBlob` don't check for an error and return an extra error value. If we changed that now, it would be a breaking api...
I don't fully understand you last example. Why are you trying to catch the error in a tight loop in a goroutine instead of just checking GetLastError after your call...
If you can provide a reproduction of this error (code and source image) then I will look at improving the error handling. Otherwise this ticket might be closed.
I've realised that I have left the returned `Response` contains an `HTTPResponse` as the one from the HEAD request, when performing a "Range" request. Would be interested in feedback on...