Jacob Henner

Results 19 issues of Jacob Henner

At this time, when a watch expires (with a 410 Gone) the watcher returns an "error" event to the caller. Instead of returning a raw error event, it should attempt...

Watch objects maintain a resource_version field to allow the watch to resume at the last observed point after a timeout. However, there is a bug preventing this from working as...

If the server sends an empty response (e.g. a server-side timeout was exceeded), the watcher should reconnect unless the user has specified a timeout. This is similar to the behavior...

In watch.py, `next()` is set to stop iteration if the k8s server provides an empty response (i.e. when the server timeout expires). I believe this is undesirable. https://github.com/tomplus/kubernetes_asyncio/blob/91b2c41eedd282d9ebc059377fb7f207e220133d/kubernetes_asyncio/watch/watch.py#L145-L150 Instead, the...

Hello, Aside from the mention in https://github.com/taoufik07/responder/pull/308, I do not see documentation regarding stream responses. It'd be useful to document this feature. Along those lines, is there a way for...

### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [X] I checked the issue tracker for similar issues -...

After the protocol is (decently) stabilized and documented, it'd be great if we could submit an RFC defining it. It'd further the protocol, and provide a standard for alternative implementations...

idea
Feature_Enhancement
documentation

### What problem are you trying to solve? There are two ways to disable protocol detection in linkerd: * [Marking a port as opaque](https://linkerd.io/2.11/features/protocol-detection/#marking-a-port-as-opaque) * [Marking a port as skip](https://linkerd.io/2.11/features/protocol-detection/#marking-a-port-as-skip)...

priority/triage
enhancement
needs/design

requests.Response [has an elapsed attribute](https://requests.readthedocs.io/en/master/api/#requests.Response.elapsed), which records "the amount of time elapsed between sending the request and the arrival of the response". When requests-kerberos is used for auth, the value...

bonsai appears to be missing [PEP 561](https://peps.python.org/pep-0561/) type information, even though bonsai itself has type annotations. This is preventing mypy from type checking when the library is used in other...