Tobias Schweizer

Results 53 issues of Tobias Schweizer

I think it would make sense if we could pass arguments to pytest in order to support different modes. I would like to have a travis and a local mode...

help wanted

the tests generate image files: `test/_test_data/images/knora`, `test/_test_data/images/thumb`, `test/_test_data/images/tmp` I added an additional request, so the tmp file created by `make_thumbnail` actually gets created. The final file ends up in `test/_test_data/images/knora`....

testing

Hi there, RDFLib changed the [default prefixes](https://github.com/RDFLib/rdflib/pull/2312) for schema.org so that `schema` refers to http**s**://schema.org while the non-TLS version is now prefixed with `schema1`. This is all fine in the...

Hi there, I am dealing with some warnings related to hex values. I don't understand whether this is something which is wrong in the data or a problem in rdflib...

bug
parsing
format: RDF/XML
confirmation needed
concept: RDF Literal

Hi Pano, Long time no see;-) I have an issue regarding the evaluation of an XPATH expression. Here is the data `test.xml`: ```xml oai:boris.unibe.ch:1442982020-11-19T07:21:51Z7375626A656374733D646463393030:6464633933306469766973696F6E733D4443443541343432424434424531374445303430354338323739304334444532:4443443541343432433137424531374445303430354338323739304334444532:4443443541343432424630334531374445303430354338323739304334444532:444344354134343243323931453137444530343035433832373930433444453274797065733D64617461736574 03144nam a2200517 u 4500 144298 20201119072151.0...

Hi @miku, I experience a problem with an endpoint that used to work before. I am not sure if this is a problem with the endpoint itself. Maybe you can...

Hi @miku, We are adding more and more OAI-PMH endpoints and metha does a great job! I have a question about [selective harvesting](https://www.openarchives.org/OAI/openarchivesprotocol.html#SelectiveHarvesting) and `metha-cat`. I have automated harvesting via...

Hi Andrew, Thanks to your video I was able to use my Flask app with nginx in a docker compose setup in like no time. Do you plan on a...

Hi there, rdfpandas is an interesting approach. I only used the RDF to CSV functionality so far. I tried it on a smaller dataset and it worked. When I tried...

Hi there, Out of curiosity, I tried QLever today and I could get it to work with some of my own data. I lost a bit of time because my...