Ivan Subotic

Results 57 issues of Ivan Subotic

I'm trying to understand how logging is used in `sipi`. Currently `setlogmask` is used in a couple of places in this construct: ``` int old_ll = setlogmask(LOG_MASK(LOG_INFO)); syslog(LOG_INFO, "Got SIGINT,...

question

For Knora, I would like to be able to skip the whole authentication/authorization roundtrip for `info.json` requests. @benjamingeer @tobiasschweizer Would this be ok? I understand that we need to limit...

question

We would like to be able to store basic technical metadata about an image inside a sidecar file: - Size - original filename - original mimetype - date converted -...

enhancement

- We need to calculate and store fixity information for Sipi resources. This is needed for the data repository side of Knora so that we are able to check and...

enhancement

Although this error happens when I do something fishy, I think that it would be a good idea to catch this error case (if possible), so that `sipi` does not...

enhancement

I just tried to start sipi with `subdir_levels = 6`. It is already running over 60 minutes and this is with only a few test images. I don't think that...

question