fastapi-debug-toolbar icon indicating copy to clipboard operation
fastapi-debug-toolbar copied to clipboard

A debug toolbar for FastAPI.

Results 15 fastapi-debug-toolbar issues
Sort by recently updated
recently updated
newest added

Addresses https://github.com/mongkok/fastapi-debug-toolbar/issues/60

### Expected Behavior The Debug Toolbar should initialize without errors and should render the HTML/JS content of the toolbar, with it docked to the right of the screen and collapsible....

Why was it removed in this commit? https://github.com/mongkok/fastapi-debug-toolbar/commit/ea024c56db3ab1e7297e234305467dd3fb950e2f

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies
github_actions

### Problem When a FastAPI app has a custom `default_response_class`, the debug toolbar's API route inherits this default instead of properly returning JSON, causing encoding errors. ### Reproduce the issue...