Alex Hill
Alex Hill
Hello, I have a number of client devices connecting as websocket clients to a server. To handle network interruptions, I reconnect to the WS server after each disconnection, with some...
It would be useful to have an `on_attempt` callback which was called before every invocation of the decorated function - seems like that would complete the callback suite :) My...
I want to apply a transformation to everything I send up my websocket, so I thought I could pass a channel with a mapping transducer as write-ch. This doesn't work...
https://github.com/jupyterhub/kubespawner/issues/528 touches on this but the issue is more general than described there. ### Bug description Some of the `*_template` options are expanded in `KubeSpawner.__init__()` and never again. Overriding them...
With this change the address bar only changes once the pjax request has come back successfully. This stops the incorrect `HTTP_REFERER` from being sent with fallback requests. Have also added...
Instead of calling `location.replace()` in `locationReplace`, call `history.back()` and then `location.assign()`. This means the new page will be loaded with the correct HTTP referer – the previous page's URL. `onPjaxPopstate()`...
PJAX with both both options.push and options.replace set to false can be used to simply replace chunks of page content, without touching your navigation history. This use case is undocumented...
Hello, I'm trying to set up a NRI based on the quick-start, and I get a TLS error when I try to create a Pod: ```Error from server (InternalError): error...
I have a use-case that the existing concepts don't quite seem to cover, and I'm wondering how I might extend ProcessScheduler to support it. What I'd like is a kind...
**What is this feature?** Currently, the value shown in a tooltip header in Heatmap is the upper bound of the hovered-over cell's X range. When providing tabular data with ordinal...