Nicolas Franck
Nicolas Franck
something to do with the sql alias `current` that is introduced in one of the Template scopes..
Adding a token to the image urls would indeed help within the flow of a IIIF viewer, where failed image requests (status 403) can be resolved by requesting a new...
Indeed, it would require much complexity ensuring that both stores (backend and search) are synchronized at the same time. But I think it should first be stored safely, reported to...
A few comments: * document the conversion from primary storage to secondary. This way anyone can understand it. * for full reindexing a simple script should be enough. It has...
Fine by me ;-). As long as it is possible to configure this. What is the use case for not line-by-line? For me, it is easier to follow when line-by-line.
This is what I'm trying to do (see below for the field source code) 1. generate a select field "date", containing these options: [ { "label": "tomorrow", "value": "+1 day"...
Mm, I think I found this: http://search.cpan.org/~gshank/HTML-FormHandler/lib/HTML/FormHandler/Manual/Rendering.pod#html_attributes_callback
Besides, I discovered this tool: https://github.com/lighttpd/multiwatch. Already available on centos 7, and requires you to start the iipsrv with spawn-fcgi: ``` # set environment first of course export MAX_IMAGE_CACHE_SIZE=100 #...
Unfortunately that multiwatch is not actively supported anymore, looking at the latest commits. Anyway, is there a reason why the iipsrv is only supporting the fastcgi protocol? Why not http...
I mean keep alive connections between the frontend-server and the iipsrv. Often the frontend server and the iipsrv are kept on a separate machine (for example to spread the load...