Ian Rose
Ian Rose
> **Note**: [This branch](https://github.com/rjzamora/dask/tree/backend-class-generator) includes the necessary changes to merge #9038 with this PR. Nice! That was quick
Sorry for the delay in getting back to this @douglasdavis! Unfortunately, I think you still need to give the overloads defaults in order for type inference to work. For example,...
This is the intended behavior. This opens the contents of the file in a new browser tab (but *not* in a new JupyterLab workspace). If the browser has a native...
Seems reasonable to me -- I'd like an explanatory comment, but otherwise LGTM
Good question! The maximum y *should* be equal to the maximum number of threads seen during the duration of the timeseries: https://github.com/dask/distributed/blob/2b23840e33078bda3f60e082b2542502595df1dc/distributed/dashboard/components/scheduler.py#L3023-L3026 Might there have been any scaling up/down that...
> I propose that maybe we fix the y-range to the current number of threads. Thoughts? I'd be fine with this. As you say, it might look kind of wonky...
Thanks for the report -- I'm not entirely surprised, since this draws a lot of fairly detailed glyphs. The good news is that this component only registers things on first...
I'm not convinced the additional complexity to the chart generation is worth the effort here -- right now the chart is completely generable from the test result XML stored as...
Interesting, I hadn't considered that there would be datetime objects in the metadata. @martindurant when I added the custom `__repr__` I used JSON for the mimetype, with the knowledge that...
Hi @apiarian, good question, this is something we should document better! The behavior here was changed (for the better, I think) in #5814. Also see a lot of discussion about...