Dan Davis

Results 113 comments of Dan Davis

I still want them to show up, but I am no longer needing to "fix" django-debug-toolbar. I will tell our developers that the best practice is to use `cursor.execute('SELECT funcname(...)...

We at the NLM are seeing this as well. I have a package that provides a customized version of the Cognito backend which knows our conventions and can do some...

I noticed that the 1.2 binary project (and source) is an ant build, and not integrated with Ivy. Also, the 1.1 pom doesn't include the dependencies. The implication is that...

Fetch HTML separately, and feed it in via the BoilerpipeSaxInput - you can have your own timeouts and use a pipeline.

> The gotcha is that REST API calls to Confluence have to be made at various phases of the process to do image version lookup This at least is not...

@Andriow , I had this issue and got past it. If you are the administrator of the space, you can add the needed styles within the space stylesheet. I went...

Oh - and when more thing - you probably want to run nbconflux with --exclude-style

I reviewed the [Confluence Storage Format documentation](https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html#ConfluenceStorageFormat-Images), and satisfied myself that using `ri:attachment` is better than `ri:url`.

Note, markdown images could be made similar as follows: * copying the original image * placing it in the page as an attachment * referencing it as an attachment

Some more information for diagnosing the problem: ``` https://example.com/confluence/display/~davisda4/Page+with+DataFrame+and+Plot https://example.com/confluence/pages/editpage.action?pageId=146342104 ``` Seems like the code in `nbconflux\exporter.py` needs to keep everything to the left of the patterns it identifies as...