raffaele messuti
raffaele messuti
the pre-built binary is not supporting database? ``` roapi -t "vocabs=sqlite:///data/vocabulary.sqlite" [2022-05-31T06:48:11Z INFO roapi::context] loading `uri(sqlite:///data/vocabulary.sqlite)` as table `vocabs` Error: Database error: Enable 'database' feature flag to support this ```...
opening an SQLite database with a TEXT column in schema (ofted used to store raw json) gives this result: ``` Error: Database error: Invalid column type Blob at index: 9,...
using the Linux version, even if `Ctrl+C` is disallowed, is still possible to highlight a selection (or entire chapter with `Ctrl+a`) and then paste the text elsewhere with middle click....
given this scenario: universalviewer is embedded into a page where the user has been logged and authenticated, and a **json web token** is available to the user session. i'm wondering...
proposal (maybe unuseful): the tiles generated by iiif-tile-seed can be zipped so to not have to deal with thousand of sparse files? some years ago i tried this: https://literarymachin.es/deepzoom-osd-server/ back...
wget writes cdx index; if siegfried is installed generate a csv with file format identification of warc content.
besides the general metadata that could be contained in **webarchive.yaml** i would suggest to consider the use of [Namaste](https://confluence.ucop.edu/display/Curation/Namaste) tags to have some metadata tags exposed directly via filenames (so...
Calling [Get](https://github.com/readium/go-toolkit/blob/70e1626f6623757da9b2886b9573230b85874485/pkg/pub/publication.go#L118) when a manifest.Link Href contains anchors returns `resource: error 404: file does not exist` an example `Manifest.TableOfContents` ``` manifest.Link{ Href: "/OEBPS/Text/appendice1.xhtml", Type: "", Templated: false, Title: "APPENDICE A...
trying to build the develop branch: ```[ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.0:build (default) on project elucidate-server: Could not build image: com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.spotify.docker.client.messages.RegistryAuth` (although at least one...
using the develop branch i'm able to start **elucidate** with the following `docker-compose.yml` the liquibase migrations are working fine, as i can see tables created in the postgres container would...