Kevin Cox
Kevin Cox
Yeah, the tickets are slightly different but definitely related. I think we should have a good story about uploads on unreliable networks. The best approach may be a native upload...
> it can be difficult to match newly uploaded (re-uploaded) files with existing originals. The use of file names, often in the format IMG_1234.JPG, is unreliable and could lead to...
The system I am thinking is basically this: 1. Whenever a file is imported. 2. Search for existing candidates. - The simplest search would be "any file with the same...
Yeah, this is the downside but I doubt it will be a huge issue for most cases. 1. Most comparisons will fail quickly. 2. Most of the time there will...
Yeah, there are always infinite use cases. Probably making a few simple things configurable even just `PHOTOPRISM_TRUNCATION_DETECTION_MAX_CANDIDATES` could make it palatable for most users. Set to `0` to disable entirely,...
I've created https://github.com/parcel-bundler/parcel/issues/4200 to discuss the manifest generation part of this.
I would also like to see support for chunked responses with compression. ## Problem I think this may be an API limitation. The [actix_web::body::BodyStream](https://docs.rs/actix-web/4.9.0/actix_web/body/struct.BodyStream.html) type is a stream of [actix_web::web::Bytes](https://docs.rs/actix-web/4.9.0/actix_web/web/struct.Bytes.html)...
Yeah, it sounds somewhat related. However that is likely just the "trigger" for the issue and only half of the story. As well as avoiding doing lots of work on...