Oj Obasi

Results 10 comments of Oj Obasi

@julianwachholz the module seems to not be available

What happens in production, is it the same behavior? And yes if you are using default cache locmem, restarting the server is enough to generate the cache thumbnails.

Yes I am using DRF. I am trying to send data using Postman. it sends a string. QuillParseError at /api/blog/create Failed to parse value(test job description)

I am not using any WYSIWYG with the api. Just normal text input field. This means the data submitted will just be a normal string value. However, quillfield in app...

This issue still do exists. I just installed the latest version and here is what I am getting on screen size > 1156:

> Because tuple >=2.0.0 depends on quiver ^3.0.0 and every version of dio_http_cache depends on quiver ^2.0.3, tuple >=2.0.0 is incompatible with dio_http_cache. > So, because myapp depends on both...

MARKDOWNX_UPLOAD = False This doesn't seem to work with the latest 4 release

I think it has to do with itemCount. This error happens when new items are added to the stream. I have the same problem.

This has to do with the way the markdownx widget calls the template. Currently it is set to be: `template_name = 'markdownx/widget.html'` However, I think changing that to: `template_name =...