-
I try to create an object via a POST request. This works very well, now to my problem:
I want the response to have the field expanded by default (in the direct response to the post request).
Whe…
-
Recently, we found that an action was broken as our code was feeding a stringified datetime in as an argument, instead of an actual `datetime` object.
We did in fact lack some unit-test coverage fo…
-
**POST /devices/gcm**
```
{
"name": "Android 5.0",
"device_id": "a54eb38370070a1b",
"registration_id": "....goes here..."
}
```
**produces**
```
error at /api/v1/devices/gcm/
argument o…
-
### Describe the issue
My self-hosted Weblate instance throws the following error when I try to dismiss certain checks, but not for others (i.e. dismissing in general works, but not for some checks).…
tvogt updated
6 hours ago
-
**H2O version, Operating System and Environment**
H2O 3.46.0.2, linux
** auc**scikit-learn
After the predicted value is output with the training set, the AUC is calculated with scikit-learn. The …
-
Currently it is almost impossible to use the same serializer with and without `many=True` and the problem that sometimes serializer depending on the instance state or value during serialization and va…
-
### Proposal Date
2022-12-08
### Target Ticket Acceptance Date
2022-12-23
### Earliest Open edX Named Release Without This Functionality
Palm - 2023-04 (Q+ more likely)
### Rationale
In LMS/Stu…
-
The FCM deviceID now only accepts Android devices. This, while it is certainly possible to send push notifications to Apple devices using Google's FCM service.
I know it is possible to leave this f…
-
Been struggling to get this implemented and find the documentation pretty vague. I'd like to help improve it if I can get this working.
Related documentaiton:
https://python-social-auth.readthed…
-
``` python
class Validator(object):
def validate(self, value):
pass
def clean(self, value):
self.validate(value)
return value
class IntegerCleaner(Validator):
def…