will-emmerson
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? 
**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...
Gui
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...
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...
## Environment - Development Kit: none - Core (if using chip or module): ESP-WROOM32 - MDF version: 5d55c95 - Development Env: Clion - Operating System: Fedora - Power Supply: USB...