Dan Davis
Dan Davis
Another option, although slower: https://search.maven.org/artifact/org.mozilla/rhino/1.7.10/jar And then there is GraalVM's JS engine, but that looks a little harder to add.
Does Graal come standard with OpenJDK 11? That means, I don't need to go through the jazz in: https://medium.com/graalvm/graalvms-javascript-engine-on-jdk11-with-high-performance-3e79f968a819 https://github.com/graalvm/graal-js-jdk11-maven-demo/blob/master/pom.xml
The OpenJDK 11 I have, from Azul.com, is a supported version we pay for, because Oracle will not offer support on JDK 11 long enough for us. This version at...
I'm working on this now. I'm about 20% done in getting it to work. I will not attempt to move to the ASN1 Python module or pyparsing at this time,...
Its also probably a good idea to do this in `setup.cfg` and user a `pyproject.toml` to choose a builder for the project rather than to continue to use setup.py as...
It looks like this could be folded into a better README.md or documentation that mentions JIRA_USERNAME and JIRA_PASSWORD.
I also think that since mkdocs configuration already supports using the environment, you drop JIRA_USERNAME and JIRA_PASSWORD and instead educate users how to use them via https://www.mkdocs.org/user-guide/configuration/#environment-variables. I think there...
Actually, since mkdocs uses the click library, we can probably just add a command-line sub-command when mkdocs_with_confluence is imported. I will try this and report back.
What are the implementations outside of library technology? I had been thinking to suggest that the valid tag values be amended so that only LDR and numeric (including '.' formulations)...
OK - I am then working on an implementation on top of pymarc and will let you know how it goes. I will probably do it as part of National...