Michael Penkov

Results 35 issues of Michael Penkov

https://libcloud.readthedocs.io/en/latest/supported_providers.html

housekeeping

Related to above, does it make sense long term for me to be the one running those tests? Would RaRe-Technologies be willing to create a Google Cloud account to run...

housekeeping

It's possible boto3 does its own buffering, and we may be able to simplify our implementation. _Originally posted by @mpenkov in https://github.com/RaRe-Technologies/smart_open/pull/427#issuecomment-597440686_

housekeeping

What about dropping support for host/port in S3 URLs (endpoint_url may be still provided in transport_params)? It seems this is rarely used feature and these URLs also break RFC rules...

question

This happens occasionally during our CI builds: ``` test_accepts_boto3_bucket (smart_open.tests.test_s3.IterBucketTest) ... Exception in thread Thread-3: Traceback (most recent call last): File "/opt/python/2.7.14/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/opt/python/2.7.14/lib/python2.7/threading.py", line...

ci
help wanted

@piskvorky I'm unable to push to master. I think I may not have the right permissions for this repo.

Cool library. I was playing around with it and noticed you don't have any unit tests. I wrote a quick pytest based on your go.py - you can now do...

HTML: ``` Your browser does not support HTML5 video. ``` JS: ``` ``` JS console: > Uncaught TypeError: Cannot read property '0' of undefined videosub.js:155 > (anonymous function) videosub.js:155 >...

I'm using the gmail library as part of an application that gets run regularly (every couple of minutes) through cron. Every once in a while (once every couple of hours),...

I'm trying to diagnose a chain that's failing with a nonzero exit code. I'd like to see it's standard output and error, but it's not showing up. Sample code: ```...