raffaele messuti

Results 16 comments of raffaele messuti

i'm using this docker compose https://github.com/medialibraryonline/iipsrv-docker two containers: one running iipsrv with spawn-fcgi, the other running nginx.

it's easy: you can use **acat** (extract files to standard out) from [atool](http://www.nongnu.org/atool/) and pipe to **lychee** stdin ``` acat -F zip {file.epub} "*.xhtml" "*.html" | lychee - ``` i...

dhcp problem for me too. ``` (atomotic) DBG | Not there yet 1/60, error: IP not found for MAC 3a:47:46:45:cf:32 in DHCP leases (atomotic) DBG | operation not supported by...

great, thanks! Is the build automated and could be made for `aarch64` too? I was using lately this https://github.com/atomotic/iipsrv.docker (not very optimized, the image is quite big), will switch to...

``` roapi --version roapi 0.9.0 ``` # this works (the column body contains a json payload) ``` sqlite3 test.db "create table test (id int, body text);" roapi -t "test=sqlite://test.db" curl...

yeah, this is bizarre. I'm creating the database from a Go application, writing into the text field a []byte; sqlite3 cli, gui and client libraries (I tried js, python, go)...

I did some experiments on using an outgoing proxy. This is what I tried: I start a local http proxy (tried [Burp](https://portswigger.net/burp) / [Mitmproxy](https://mitmproxy.org/), also installing their CA. Be careful,...

sorry, i have a precarious connection in train i mistakenly deleted the previous comment. got the point, ocfl design is not useful here. Bagit instead, could be zipped uncompressed. the...

I suggest: https://ko.build/

Suggestion: https://github.com/carlmjohnson/versioninfo https://blog.carlmjohnson.net/post/2023/golang-git-hash-how-to/