Darren Weber

Results 109 comments of Darren Weber

:-1: this is annoying. Using a Faraday::Adapter::HttpClient that does nothing to configure cookie management in httpclient, i.e. https://github.com/lostisland/faraday/blob/master/lib/faraday/adapter/httpclient.rb So this warning is a message for httpclient by httpclient? Why not...

PR https://github.com/nahi/httpclient/pull/268

``` # Sphinx version: 3.1.2 # Python version: 3.6.11 (CPython) # Docutils version: 0.15.2 release # Jinja2 version: 2.11.2 # Last messages: # Loaded extensions: Traceback (most recent call last):...

https://py.readthedocs.io/en/latest/path.html is in maintenance mode and recommends moving to `pathlib.Path` - at some point this could break somewhere in upstream dependencies. I might be useful to leave this issue open.

The `-v` option was enabled and then only after a docker-compose down and a restart did rqmonitor discover the "high" queue and started to show jobs from that queue. It...

To step back a bit, I wanted to merge one set of `` records into another set of `` records, without any duplicate `` elements. The unique identifier for each...

For example, I want a jersey client application that can use jsonld-java to marshall/unmarshall the jsonld data provided at http://data.bioontology.org/ontologies/, using JAXB. Is that reasonable or would you recommend using...

Thanks, Steve. Can you point me to a specific client example?

Ansell, I suppose the greatest ease could be as simple as a media type declaration, see https://jersey.java.net/apidocs/latest/jersey/javax/ws/rs/core/MediaType.html Is JSON-LD sufficiently different from JSON to warrant an additional media type?

Comment / question on those links: - semantics for HTTP (/vsis3) on a 503 (retry could work) is different from 403/404 (don't bother retry, not authorized or does not exist)...