will-emmerson

Results 10 issues of will-emmerson

I need to be able to edit form submissions (I am using customized DBStoreHandlerPlugin), i.e. when viewing a form entry it needs to pick up previously entered data. I could...

Is it possible to document parameters so they are shown in the spec like this? ![image](https://github.com/vitalik/django-ninja/assets/2007875/aa880788-edf9-47e5-ac84-a0b7b3a0aa8e)

**Describe the bug** I tried to add a parameter called `keys` like so: ```python @api.get("/getDeviceHistory", ) def get_device_history(request, deviceId, keys: str = "netDelta", rounding: bool = False): ``` But I...

There is something a bit wrong with despawning - projectiles and players aren't being cleaned up properly. I made a really simple gui using pygame which draws all players and...

Very simple pygame gui to try and debug missile problem (issue #6). I changed Mob, Player and client a tiny bit to pass through clock and get age.

Projectile has y coord that is always twice as much as it should be. E.g. if I fire a projectile and print out it's position immedietIy I get the following...

I have a strange problem in that player.rotation doesn't seem to be updating. I have some simple code in the client which moves a bit and prints out x,y and...

I am trying to set the value of the recurrence field using `.val()` but the widget isn't updating, e.g.: ```js $('#id_recurrences').val("RRULE:FREQ=WEEKLY") ``` I tried running `initRecurrenceWidget` but it doesn't seem...

Documentation
Widget

I am already using `rest_framework.authtoken` in an api, I wondered if it's possible to use this instead of username and password, to then get a time-limited JWT with a certain...

question

## Environment - Development Kit: none - Core (if using chip or module): ESP-WROOM32 - MDF version: 5d55c95 - Development Env: Clion - Operating System: Fedora - Power Supply: USB...