Eduard Drenth

Results 19 issues of Eduard Drenth

It would be nice to be able to filter out "Not documented" for query parameters and perhaps for other places. A lot of my graphql definitions are self explainatory.

Using `existdb/existdb:6.0.1` every now and than I am prompted for authentication: ![image](https://user-images.githubusercontent.com/10200360/154529921-4ba9d8c5-02f8-4759-8ba7-f87c54527dde.png) After the same url is served. For more details and discusssion see https://github.com/duncdrum/distroless-exist/issues/17

investigate

No buffering, just stream a whole document when allowed Performance / memory wise it may be a good idea in general to reconsider the buffering mechanism in BlacklabServer.

performance

For example when building an exist-db docker image it would be good if packages could be updated to the latest version. See: https://exist-db.slack.com/archives/CG2MRUZ35/p1662555892413129 See: https://gist.github.com/line-o/8bab558790a532939432da5cd3ad8ef7 The gist can be a...

enhancement

teipublisher 8.0, exist-db 6.2.0 data are in a docker volume (` - ${VOLUMEROOT}/${APPNAME}/data:/exist/data`) for logging of the restart problem scroll down. when trying to configure custom authority, exist-db crashed, perhaps...

I run 6.2.0, have zip-files-max set to 7, the backup job keeps writing backups when the max is reached. My config ```xml ```

Please consider releasing stable branch to maven central. The latest releases of both Rserve and REngine in maven are quite old. Is releasing to maven central part of the process?...

Using below setup, adding attributes to existing elements almost works satisfactory. When deleting an annotation the tei:w element is deleted though, I would like just the lemma attribute to be...

Cannot yet exactly pinpoint the action that lead to this (perhaps preview merge results or reload source tei causes it), but I see problems when using annotation editing: - all...

The function for annotating text is now defined as: `declare function anno:annotations($type as xs:string, $properties as map(*), $content as function(*)) {` If it would be defined like this: `declare function...