Ophir LOJKINE
Ophir LOJKINE
Sometimes, wrangler crashes with `thread '' panicked at '--watch change message failed to send: "SendError(..)"', src/wranglerjs/mod.rs:111:41`
### Description ReconnectingAsyncioModbusTcpClient.start does start a client that tries to reconnect, but when the first connection attempt fails, the client is returned immediately instead of waiting for the next attempt....
Sometimes the info.json is not available, but you can still download the full image from the server using the IIIF server's own capabilities: https://github.com/lovasoa/dezoomify/wiki/How-to-download-full-resolution-images-from-an-IIIF-compatible-server We could have a message that...
**Describe the bug** The following image does not appear correctly in dezoomify: https://gallica.bnf.fr/iiif/ark:/12148/bpt6k1510474b/f7/info.json There are white strides on the right of the image **Screenshots**
Initially reported by @Linden6 in #66 : ## Colour profiles Often image tiles contain an embedded icc profile, such as 'Adobe RGB (1998).icc'. However, when the re-assembled image is saved,...
This is implemented on the dezoomify web version: https://github.com/lovasoa/dezoomify/commit/6209c7e9a8585200f7f14bffa29fa6c36b1730c7 Initially reported in https://github.com/lovasoa/dezoomify-rs/issues/131
[WMTS](https://www.ogc.org/standards/wmts) is a standard format for storing 2D map tiles. If dezoomify-rs could implement (a subset of) the specification, it would allow downloading high-resolution maps from many different sources. See...
Hello, Would it be feasible to implement support for typed arrays ?
Currently, all that the specification has to say about the x, y and z URL parameters is > {z}, {x} and {y}, if present, are replaced with the corresponding integers...
While working on subscription handling on the server, I noticed multiple simultaneous subscriptions do not work. running the simple-server from this repo with two instances of the simple-client leads the...