Tim Schilling

Results 420 comments of Tim Schilling

@berzi I understand, but from what we can see everything should be working. The only way for us to debug this would be to reproduce it. Since this work would...

That's actually a good place to start. What versions of python, docker compose and Django are you using? On Wed, Dec 13, 2023, 6:27 AM berzi ***@***.***> wrote: > @berzi...

I think this is at a point where we can add some async tests to confirm that this approach will work or not.

> is this (somewhat) backwards compatible for third party panels? While it doesn't break any documented APIs for the panel to function itself, this version is not backwards compatible since...

@matthiask I'm back to forcing everything that can't be serialized to JSON to a str. Otherwise we're trying to do it manually per panel which will involve a function that's...

This assumes we'll have some shared memory store for the cache hence the change to `should_render_panels`

> however I believe this async example would also work without serialised panels. Why is that?

This is a pretty good idea for a feature. It could easily be a third party panel too, or an add-on saves the file and prints the link the terminal...

I don't have major any qualms against it. I think they're useful for method signatures and class members. However, I'm not committing getting to a point where we are going...

@leandrodesouzadev looks like you have the go-ahead on this. I'd suggest doing it piecemeal so you don't end up with too many merge conflicts from long living branches. And so...