bjammin

Results 7 comments of bjammin

Thanks for the fix. However is there anyway the blur function could be aware of the target of the click, and not hide the autocomplete if it is the target?

Thanks for this Is it likely to get merged soon?

I finally got a chance to manually edit these changes into the latest beta. I can confirm it works fine on my KH10. Hoping to see it merged in next...

Can confirm this also happens when uploading using .WithFileName (not specifically using a MemoryStream) ``` var client = new MinioClient() .WithEndpoint(endpointUrl) .WithCredentials(acccessKey, accessSecret) .WithSSL(true) .Build(); var putObjectArgs = new PutObjectArgs()...

Sure, I switched to this one: https://github.com/Genbox/SimpleS3 So far it's worked very well.