Luis

Results 16 comments of Luis

Would love to see this merged in so I can fix an issue on one of my repos https://github.com/webdeveloperpr/draft-js-custom-styles/issues/2. -- Edit Actually this is not what I need, I just...

Hey thx for submitting the Pull Request. I definitely missed that case. I'm willing to merge this as long as there are some unit tests and all the functionality stays...

That is a good question, I don't have an answer for you right now but I will look into it and see of that would be possible. It would really...

@aamirbhat I am not doing any type of development with draft-js , or any draft-js library. If you would like to add an additional feature please submit a PR with...

I have the functionality for this issue working but It depends on having a PR to draft-js-utils accepted. https://github.com/sstur/draft-js-utils/pull/155

```python DEFAULT_FILE_STORAGE = 'django_s3_storage.storage.S3Storage' STATICFILES_STORAGE = 'django_s3_storage.storage.StaticS3Storage' # The AWS region to connect to. AWS_REGION = 'us-east-1' # The AWS access key to use. AWS_ACCESS_KEY_ID = AWS_ACCESS_KEY_ID # The AWS...

After digging through the code for about 1 hr I found the problem. Looks like I just had to add _STATIC at the end? ```python AWS_S3_BUCKET_NAME_STATIC = 'my-bucket' ```

This plugins is useless when using css modules. It includes everything.

I was hoping there was a solution for this... I just started using terraform.