Aidan
Aidan
The official grpc client supports [grpc service config](https://fuchsia.googlesource.com/third_party/grpc/+/HEAD/doc/service_config.md) and allows for client side retry ([example](https://stackoverflow.com/questions/64227270/use-retrypolicy-with-python-grpc-client). Is this something that could be done with an event? Or would retry have to...
In the example provided in the docs using the `open()` method on a stream creates a context manager that can be used to send and receive messages. One of the...
## Feature Request Configurable host for remote monitoring. Currently the port can be configured when connecting to remote memray instances, but the host cannot be. I have a POC done...
`exlude` accepts a `Callable[[str, Any], bool]` [here](https://github.com/lidatong/dataclasses-json/blob/a5fd1b53b4e9c192a2ecfd851502d056309c36c8/dataclasses_json/cfg.py#L53) But when it is invoked only the value is passed https://github.com/lidatong/dataclasses-json/blob/a5fd1b53b4e9c192a2ecfd851502d056309c36c8/dataclasses_json/core.py#L103
**What steps did you take and what happened:** I'm hoping this is just a configuration error, but I burned about half a day digging into it. The error I had...
### Steps to reproduce ```python import astroid func_node = astroid.extract_node(""" class Test: def test(): return class TestParent: def __init__(self, test: Test): self._test = Test() # type: Test def test_class(self): self._test.test()...
**Is your feature request related to a problem? Please describe.** The limit of 120 access points per EFS means there is a max number of PVCs per storage class **Describe...
### Problem description When using `tryShutdown` to gracefully shutdown a server, it doesn't let unary RPCs finish successfully. ### Reproduction steps 1. Create GRPC server with unary handler that takes...
Signed-off-by: Aidan Jensen **Is this a bug fix or adding new feature?** New feature to allow multiple efs file systems to increase the number of supported PVCs **What is this...
**What version of redis operator are you using?** redis-operator version: 0.13.1 **Does this issue reproduce with the latest release?** Yes **What operating system and processor architecture are you using (`kubectl...