Robin
Robin
It appears the upcoming Django 3.0 release (expected December 2019) will have something very similar built in (although the syntax is slightly different): https://docs.djangoproject.com/en/dev/releases/3.0/#enumerations-for-model-field-choices I haven't looked into it too...
When creating an item through the API, the item name is specified as a separate argument: ```python MondayClient().items.create_item( board_id=, group_id=, item_name='"A" name, column_values={"key": '"A" value'}, ) ``` However, the `"`s...
We're running into issues when the disk runs out of space while uploading. The disk we're using is an xfs network volume that is mounted to a particular directory that...
### What happened? I'm trying to use global and local rules together like this: ``` ``` But I get the error `Error: No such validator 'myLocalRule' exists.` However, if I...
### Initial checklist - [x] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [x] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...
### Initial checklist - [x] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [x] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...