Sreenithi Sridharan

Results 30 comments of Sreenithi Sridharan

Thanks for verifying @logstashbugreporter. I'm hence marking this issue as closed.

Hi @radovanZRasa, `ParseDict` takes the argument `js_dict` which is already expected to be a "Dict representation of a JSON message", i.e a valid JSON object with JSON supported types only....

Hi @radovanZRasa, while gRPC uses protobuf, making changes to the protobuf specific methods is handled by the protobuf team and not the gRPC team. So please file this issue with...

Hi @ohmayr. Thanks for reporting this. The gRPC channel has a [default maximum size limit of 16KB](https://github.com/grpc/grpc/blob/master/include/grpc/impl/channel_arg_names.h#L198). You can try setting the `grpc.max_metadata_size` channel option to something higher like 20KB...

Hi @ohmayr @andy971022 as ctiller@ mentioned, it looks like the error message being sent from the API is too long to be captured in the metadat and hence causing the...

Hi @khmyznikov thank you for this contribution, but unfortunately, this will not be enough to add support for Windows ARM64 wheels. This PR might be a good starting point: https://github.com/grpc/grpc/pull/21271...

@electroglyph you've only mentioned that the `SimpleStubsTest.test_default_wait_for_ready` test is failing, but there isn't enough information saying what the error is. Please provide that information so that we can debug further.

I started looking into this issue, and explored some options to add the absl dependency to Python, as I believe this is the first 'external cpp library' that Python will...

Hi, we just added support for Python 3.13 in release v1.66.2 last week. Can you confirm if the issue still persists with this version

Hi @agn82kv, thank you for bringing this up. This is a good feature to have, and I see that we already have a [Core API implementation](https://github.com/grpc/grpc/blob/master/src/core/lib/security/credentials/ssl/ssl_credentials.h#L60) for it too. However...