Dan Davis
Dan Davis
@caheredia , this seems logically related to the work in #3 and #4. If this becomes a regular exporter, then changes to *jupyter_nbconvert_config.py* should work. Hang in there.
@makammoun, I tried your patch by installing directly from your fork, but it didn't work for me. It certainly improved the result, because it was a runtime error with templates...
@tabbal , the web links didn't work right in my copy of Confluence. If I go back to a version from the history where an image is not rendering properly,...
Answer for earlier questions: *applinksVersion* - 5.4.7 *confluenceVersion* - 6.13.4 I think that preserving the original behavior with a corrected `ri:url` is probably the better way to go. I see...
AFAICT, that should have been ``` "formatters": { "json": { "class": "pythonjsonlogger.jsonlogger.JsonFormatter", "json_kwargs": { "format": "%(asctime)s.%(msecs)03d %(levelname)s %(message)s", } } }, ```
Another way to mitigate this would be to mention it in the documentation as a warning.
The actual result was that dump worked, but load failed with a referential integrity error.
I will try again and wait longer, and see what happens.
The problem with supporting backup is the many, many ways to do backup. If you want a pretty generalized mechanism, you could use duplicity to S3, or you could use...
So, should I expect this to work at this point? Which branch would I use to try it? Obviously, the JDK has to be installed for this to work...