Denis Bilenko

Results 34 issues of Denis Bilenko

What steps will reproduce the problem? ``` Python 2.7.2+ (default, Oct 4 2011, 20:06:09) [GCC 4.6.1] on linux2 >>> import gevent >>> gevent.__version__ '1.0b2' >>> h = gevent.get_hub() >>> a...

Type: Enhancement

It would be nice if the pywsgi has support for optional platform specific file handling via the "wsgi.file_wrapper" key in the environ(http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling). And allow sendfile to be used for sending...

Type: Enhancement

There's pool.start() call in SocketPool, but that's not right: Pool.start() accepts 1 argument.

Fixes https://github.com/grpc/grpc/issues/37881

lang/Python
release notes: no

### What version of gRPC and what language are you using? 1.68.0.dev0 41dc97e1d66f32d95fdf016641164d9f7dc6fb94 Python ### What operating system (Linux, Windows,...) and version? Linux ### What runtime / compiler are you...

kind/bug
lang/Python
priority/P2

## Changes Raise timeout for acceptance tests from 2m to 25m. Follow up to https://github.com/databricks/cli/pull/2793 ## Why I forgot that we don't run the slowest tests on PR, they only...

## Why This check originally was added to prevent printing large binary files (e.g. zip files). However, "bundle deploy --debug" can output binary data as well (request and response bodies),...

## Changes - When patching wheels with dynamic version, use paths relative to sync root rather than dynamic root. - Add debug output for cases where we don't do patching...

## Changes Add new deployment method: “direct” which deploys without terraform. It can be enabled with new env var DATABRICKS_CLI_DEPLOYMENT set to “direct”. This is a prototype with many features,...

## Changes - Replace github action setup-go with manual downloading of Go binary. - Remove scheduled job to populate cache. ## Why - Unlike setup-go, it downloads it only once....