Philipp Rudiger
Philipp Rudiger
This has been fixed in HoloViews, we just need to expose options in hvPlot now.
Actually I'm not entirely clear what the expected behavior even should be. It indeed already tries its best to respect the sort order, but for a two-category ordering this can...
The `FileDropper` widget now allows for arbitrary chunking, so you should be able to report progress. I will add a `progress` parameter to `FileDropper` that automatically updates with a value...
>We already allow to configure per instances (of a component) stylesheets Right now I can only see how to provide stylesheets as strings, could we also allow serializing imported stylesheets...
I think we probably should yes or warn if you provide a callback with `auto=False`.
Thanks for the super helpful load testing framework, I have actually been working on moving the session creation to a thread and am aiming to have a version of that...
One quick question after reviewing your document, was the admin page always enabled when you ran the load tests? I'm asking because the admin dashboard itself may be adding non-insignificant...
Okay, my investigations showed multiple things: 1. The codepath you were using (i.e. passing a function to `serve`) bypasses a number of optimizations that we do implement for file based...
One more note about threading, the actual bottleneck likely isn't even the session creation itself (particularly for an app as simple as the one we are profiling) but rather that...
The solution will likely be to maintain a completely independent thread pool that grabs events ready to be sent off of a queue and dispatches them.