Dario Kampkaspar

Results 11 issues of Dario Kampkaspar

**Describe the bug** There is a difference in execution times between different variants of predicates in a query which should actually be the same. The following data were measured on...

## Your environment TbSync version: 2.22 Provider for ActivySync version: 1.20 Thunderbird version: 78.12.0 [ ] Yes, I have installed the latest available beta version from https://tbsync.jobisoft.de and my issue...

## Your environment TbSync version: 2.22 Provider for ActivySync version: 1.20 Thunderbird version: 78.12.0 [ ] Yes, I have installed the latest available beta version from https://tbsync.jobisoft.de and my issue...

Cf. dariok/wienerdiarium#210

For pronouns, `([pers|place|org])Name` would be semantically incorrect. In many cases, `rs` is used in all cases (even for nouns proper) to work around this. Script should use `rs` as standard...

e.g. put them into a list within teiHeader

**Describe the bug** When restoring an extensive dump, everything is handled as one big transaction. Hence, the journal grows steadily, and sometimes too far. See the following dir listing of...

bug
investigate

As per RFC 9110, section 15.5.6, if a `405 Method Not Allowed` is returned, this response MUST have an `Allow` header listing all permitted methods.

Assume a basic API with: ```yaml … paths: /projects: get: … post: … … ``` A request of `OPTIONS http://localhost:8080/exist/apps/…/projects` currently returns ``` HTTP/1.1 200 OK … Allow: GET, HEAD,...