David Cramer
David Cramer
This role was failing for me on Ubuntu 14.04 due to errors when pip tried to install the cryptography module. Installing pip with easy_install instead of apt-get fixed the problem....
Say you have a blog with multiple authors. You would like blog post authors to receive notification emails for their own posts rather than have a single notification address for...
Beginning in [Saxon 9.3](https://www.saxonica.com/documentation10/index.html#!changes/command-line/9.2-9.3) you can pass in a class that implements the interface net.sf.saxon.lib.Initializer to register extension functions. On the command line, you would use the `-init` option. It...
See also issue #303. I'm using p:load to load a doc and wrap it in a p:try/p:catch in XProc (Calabash 1.22). When the document is malformed or unparsable, I get...
I'm using pxf:info to see if images that a document refers to are available. Local builds happen on MacOS, which is typically case insensitive, but remote builds happen on a...
Apiary considers a blueprint invalid if it contains tabs. It would be convenient if the matter_compiler removed tabs (e.g. in bodys).