Tim Schilling

Results 420 comments of Tim Schilling

That's good for me. Sorry for the run around @denisSurkov!

That's a good question. I think there are a number of issues that would benefit from a warnings/alerts panel (#1435, #1682). This could also potentially go in there too. I...

@matthiask what do you think about logging vs some sort of panel to render these messages?

Hmm. I wasn't thinking something to show all calls to `logger.log()`. But instead there would be a series of checks/validations that the toolbar could perform and inform the user. Such...

@denisSurkov I suspect we can get away with using the [`AsyncRequestFactory`](https://docs.djangoproject.com/en/5.0/topics/testing/advanced/#asyncrequestfactory)

This is a solid idea. I suspect we need to print the `!r` version rather than the string version. The copy logic should be manageable. I believe the Django error...

This is the part of the code that renders that html: https://github.com/jazzband/django-debug-toolbar/blob/main/debug_toolbar/templates/debug_toolbar/panels/templates.html#L23 We'll want to add a button or something to it that allows copying the context here. Then hook...

I can't seem to reproduce this unfortunately. What version of node and npm are you using?

Something interesting for me. When I restarted my pre-commit environment I see this in my logs: ``` [INFO] Initializing environment for https://github.com/pre-commit/mirrors-eslint:[email protected],@eslint/[email protected],globals. ``` Maybe 9.0.0-beta.0 was yanked?