Martin Czygan
Martin Czygan
Similar problems: https://github.com/confluentinc/confluent-kafka-go/issues/1102 In theory, the [module proxy](https://sum.golang.org/) should take care of that. Maybe you can try to explicitly set the `GOPROXY` env variable, like so: ```shell GOPROXY=proxy.golang.org GOPATH=/tmp GOCACHE=/tmp...
Interesting. It seems that your example query does not match any record, and the server chooses to return an `HTTP/1.1 422 UNPROCESSABLE ENTITY` for that. I [added](https://github.com/miku/metha/releases/tag/v0.3.2) a workaround for...
Thanks for the update. Somehow, HTTP 422 does not seem so wrong, after all: > The **HyperText Transfer Protocol (HTTP) 422 Unprocessable Content** response status code indicates that the server...
The missing earliest timestamp issue I saw in other endpoints as well and that should be fixable.
Thanks for the detailed bug report - that's certainly an interesting issue and I'll try to take a look at it shortly - it may also be some issue in...
I'm afraid this is a Go stdlib XML issue first, cf. https://github.com/golang/go/issues/13400. But then, metha is mostly concerned with the envelope and that should be much less problematic. This will...
Yes, that's a feature of the OAI-PMH protocol: you can download a specific set. To see what sets are available from an endpoint, you can run the following command (formatting...
Yes, this is currently a limitation. I started to make the filters a bit more independent in the [sift](https://github.com/miku/span/tree/master/sift) subpackage, which only requires certain small interfaces to be implemented to...
By default Java Properties are read as [ISO-8859-1](https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html). > [...] the input/output stream is encoded in ISO 8859-1 character encoding. Characters that cannot be directly represented in this encoding can...
Thanks for the quick reply. With the [3.0.6](https://github.com/solrmarc/solrmarc/releases/tag/v3.0.6) release we only got an InstantiationException, which gave too little information about the cause. ``` $ java -jar import/solrmarc_core_3.0.6.jar IndexDriver -solrURL http://localhost:8080/solr/biblio/update...