Dan Davis

Results 113 comments of Dan Davis

Now that I am using asyncio more heavily, I think the main benefit from this would only be in managing the number of connections, and that can be addressed somewhat...

Since opening this issue, I've written an implementation of MARCSpec on top of pymarc, called [pymarcspec](https://pypi.org/project/pymarcspec/). It satisfied the need I had at the time.

I get the traceback, I'll provide it: ``` # Auto-generated by asn1ate v.0.6.0 from z3950_1995-2.asn # (last modified on 2018-09-22 09:41:44.016003) from pyasn1.type import univ, char, namedtype, namedval, tag, constraint,...

This section of [RFC 3641](https://tools.ietf.org/html/rfc3641#section-3.17) shows that EXTERNAL is a built-in ASN1 type. I wish they'd repeated the definition rather than referring to X.690. I think I can lift the...

So, https://www.obj-sys.com/asn1tutorial/node16.html very usefully provides this schema for external: ``` EXTERNAL ::= [UNIVERSAL 8] IMPLICIT SEQUENCE { direct-reference OBJECT IDENTIFIER OPTIONAL, indirect-reference INTEGER OPTIONAL, data-value-descriptor ObjectDescriptor OPTIONAL, encoding CHOICE {single-ASN1-type...

X.860 is interesting reading. I last dealt with binary encoding rules with XDR and a version of rpcgen that compiled ONC RPC's idl into json encoding. I'm surprised to see...

Added some security fixes recommended by the owasp dependency-check plugin. Some of these only came in because I updated the version of the plugin itself.

@yayamamo, can you try again and see whether this affects EBI lodestar and/or https://id.nlm.nih.gov/mesh/? Thanks

I don't have commit access. While we're online, @simonjupp and @LLTommy, please note the two pull requests. The XSS attack is real - and seeing as how we get bugs...

This is related to issue #27, because we modularize the repository location. @sonata82 , you can obtain these JAR files from https://github.com/openlink/virtuoso-opensource/. jena drivers are in the `binsrc` subdirectories for...