Paulo Cheque
Paulo Cheque
It worked perfectly! Thanks!
Actually this solution is a hack, right? This solution worked for me, but the preview' style does not work because we are not using the preview iframe anymore. So I...
Well, actually this solution works but it has performance problems when the text is extensive. I will check what is the solution in the fullscreen mode.
One of the reasons of the bad performance is the following code: ``` // Even if autoSave is false, we want to make sure to keep the textarea synced //...
Well, actually I was able to solve the performance problems with a _debounce_ strategy during the preview update!
Is this fixed? I tested with your code and it worked perfectly. ``` editor.on('update', function () { document.querySelector('#epiceditor-preview').innerHTML = this.exportFile(null, 'html'); $(document).ready(function() { $('pre code').each(function(i, e) {hljs.highlightBlock(e)}); }); }).emit('update'); ```
I am not up to date. What if you split the object creation into multiple calls? For the FK objects? If that field is nullable, could you try set it...
I suppose you can include ir in the fixture files, like a method `def encrypted_char_field`. Would you like to try to create a PR for that? https://github.com/paulocheque/django-dynamic-fixture/tree/master/django_dynamic_fixture/fixture_algorithms
Why do we need this?
Thanks for the help: For now, you can try: 1. Clone the repository 2. make prepare 3. make os_deps (please convert the OS code to the system you are using)...