-
Read full proposal here - http://django-ninja.rest-framework.com/proposals/cbv/
To allow incapsulate common logic into class methods
```Python
from ninja import Router
router = Router()
…
-
I have noticed that the MK III does not change on certain chargers.
The Lenovo ADLX65YCC3D 65Watt usb-C charger for thinkpads is the one i have on hand, that does not charge the laptop.
It works fi…
-
### Problem Statement
- The "Getting Started" documentation for sentry-python platforms may not conform to the newly defined format, which includes the steps "Install", "Configure", "Verify", and t…
-
## Describe the Bug
Currently it isn't possible to test locally according to the contributing guide because pydantic errors crash the pytest sessions
## System Information
- Operatin…
-
~Just beginning to learn the codebase, but excited to contribute something substantial in the future 😄
Currently, routes with duplicate path parameters can be registered to a handler. The conflic…
-
A full list of all the platforms that we 'support'. FE list based on `static/app/data/platformCategories.tsx`
Frontend/JS:
- capacitor
- electron
- javascript-angular
- javascript-astro
- jav…
-
### Summary
# v2 `Partial` support
Starlite `Partial` uses `__class_getitem__()` to create a new model of the generic argument type with all fields made optional, and returns that from `__class_g…
-
### Description
Commit 13c34b401a21a9c750828edb75e21f0e9be2b3f8 prevents serving static files from non-local directories.
Directories are resolved to local absolute Paths. When using a ``FileSyste…
-
Currently we're using factory patterns to inject configurations into route handlers and service layers.
This can be cleaned up somewhat by storing the `StarliteUsersConfig` object in `app.state` and …
-
**What's the feature you'd like to ask for.**
It would be useful if we could use dependencies from middlewares, guards etc.
I'm not sure it makes sense for them to be magic like they are for rout…