Matthias Kestenholz

Results 236 comments of Matthias Kestenholz

Is this still an issue? The DNS resolving now only happens *after* checking `INTERNAL_IPS`, so I'd hope this isn't an issue anymore in 99% of cases.

By the way, I only now see that this is in our project; maybe this would better be opened in https://github.com/jazzband/help/issues On the other hand, since it's possible that we...

As a person who grudgingly started using LLMs too I agree. I think this is a good post: https://xeiaso.net/notes/2025/assisted-by-footer/ I'm not sure requiring such a footer would be a good...

Hi We're doing the same thing the Django admin does -- switch between forced light, forced dark and automatic. So, it's expected that one of the theme changes doesn't produce...

So, `data-user-theme` controls which icon is shown in the button and `data-theme` controls the rest of the toolbar styles. > I'm mainly thinking about styling and may very well be...

As an aside: What we're doing here seems to be quite common. Just as a single example, here's the Figma theme selector: ![Image](https://github.com/user-attachments/assets/de2a13fb-0eb8-459c-b239-8cae2911f9b6) The theme selector of my terminal emulator:...

> Not sure if adding a panel for this is worth it though. A panel would certainly be too much, but maybe we could instead use a hidden `` (where...

https://github.com/jazzband/django-debug-toolbar/blob/22c92e493cae2c96f72ce0021a43405fe1f084c9/debug_toolbar/panels/staticfiles.py#L23-L24 This is potentially broken. I don't immediately see why you'd want to use a `Path()` object as an argument to `static()` or `{% static %}` but it can happen...

I have pushed a fix in #2021 but didn't manage to construct a test for this just yet. @dougwmorrow If you could test the fix that would be great. Adding...