Goksel Coban
Goksel Coban
- Dependent to https://github.com/LeeHanYeong/django-quill-editor/pull/35 - Related comment https://github.com/LeeHanYeong/django-quill-editor/pull/27#issuecomment-775747146 - Related issue https://github.com/LeeHanYeong/django-quill-editor/issues/26 - TODO: Update the docs
Adds image uploader support (using [quill-image-uploader](https://www.npmjs.com/package/quill-image-uploader)). Related issues: https://github.com/LeeHanYeong/django-quill-editor/issues/1, https://github.com/LeeHanYeong/django-quill-editor/issues/32 - ~TODO: Add documentation for new/changed features~ - Upload view should return `image_url` (add an example response) - ~name of...
### Comparison (`__eq__`) of transaction objects (Ex. `ApplicationCallTxn`) Because of `on_complete` (`apan`) attribute of the `ApplicationCallTxn`, the comparison of two transactions gives the wrong output. The reason is `OnComplete.NoOpOC` (0)...
The inner transaction block doesn't support comments. Problem: ``` inner_txn: # This is a comment TypeEnum: Axfer ... end ``` Possible workaround: ``` # This is a comment inner_txn: TypeEnum:...