Patrick Hintermayer

Results 64 issues of Patrick Hintermayer

**Is your feature request related to a problem? Please describe.** We're currently using django-oauth-toolkit together with DRF and we want to consider a switch to https://django-ninja.dev. **Describe the solution you'd...

enhancement

I have the following pydantic models: ```python class EUTaxonomyValue(BaseModel): type: Literal["eu_taxonomy"] = "eu_taxonomy" nace_code: str economic_activity: str classification: str | None class EconomicActivity(BaseModel): type: Literal["economic_activity"] = "economic_activity" activity_code: str activity_name:...

- https://docs.python.org/3/library/http.html#http-methods - https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

I noticed, that in the JSON response, the fields `measurements` and `units` are shown first, before the id, which looks weird. I thought the order is defined in meta fields....

**Describe the bug** I'd like to pass a title, which is not the text content but a longer description > showOptionTooltips option is used to active displaying the on-hover tooltips...

feature

In my job, I have set a working-directory (docs/user) right at the start. ```yaml runs-on: ubuntu-latest defaults: run: working-directory: ./docs/user ``` In this directory I run a build step which...

I noticed when using Doctrine's ArrayCollection (which itself implements the standard interface Traversable) that the type hint for a `foreach` iteration variable is not set: ![image](https://user-images.githubusercontent.com/20150243/220571566-99a889e4-a3f8-44fa-9d8a-d1fe9b1ea85e.png) ![image](https://user-images.githubusercontent.com/20150243/220571658-cf42e058-8e28-40cb-80c5-72d91b032339.png) It should have...

![image](https://user-images.githubusercontent.com/20150243/208675564-0e6d22df-3161-44c0-9c2f-5b60b6bf45c7.png) Would be great to have a quick action to implement undefined methods. In this case this could be: ```php /** * @param Component $component * @param array $customer *...

Assume you have the following: ```php