Tim Schilling

Results 68 issues of Tim Schilling

I would like to add a checkbox to our PR template that indicates if the change was at least partially generated with an LLM/AI and points to a LLM/AI policy...

Documentation

We should audit each panel for how early they start instrumenting their areas and determine if the toolbar can reliably be installed in a production environment, but disabled via `SHOW_TOOLBAR_CALLBACK`....

Documentation
Beginner friendly
Djangonaut Space :rocket:

With Django Tasks being added to Django, we should add a panel to expose some meta data about an application's tasks usages. Minimum requirements: - Show message to install tasks...

Feature
Beginner friendly
Djangonaut Space :rocket:

Would there be benefit in having a small set of tests confirm the steps in the [official Django tutorial](https://docs.djangoproject.com/en/5.2/intro/tutorial08/) actually work in the toolbar? The theory here would be that...

The profiling panel doesn't appear to be as useful as [`pStats`](https://docs.python.org/3.12/library/profile.html#module-pstats). I think we should revisit how we aggregate the profiling metrics or more closely integrate with pStats. I suspect...

Improvement

Hi! The toolbar is undergoing a refactor to support serializing panel data so that it can be persisted. This has involved some backwards incompatible API changes that third-party panels will...

Hi @andytwoods! The toolbar is undergoing a refactor to support serializing panel data so that it can be persisted. This has involved some backwards incompatible API changes that third-party panels...

## Description Added release process steps to CONTRIBUTING.rst. ## Related Issue #1569 ## Motivation and Context It documents the release process for the project. ## How Has This Been Tested?...