alu

Results 15 comments of alu

@kaksmet Hi. I encountered `spectral selection is not allowed in non-progressive scan` Error. `convert` command in Linux displayed `Invalid SOS parameters for sequential JPEG` warning but the image was generated...

When I looked at the Exif of the image in question, it was taken with the following hardware. samsung SCV36 samsung SC-02G samsung SC-05G We handle a myriad of jpeg...

This question is may be relevant https://stackoverflow.com/questions/48653584/cannot-load-jpeg-with-java-created-by-samsung-phone

@fintelia Do you have any plans to address this issue in the future? I don't have any skills for jpeg encoding so all i can do is provide information, sorry.

@lovasoa Thank you for your reply. I created [new issue](https://github.com/image-rs/jpeg-decoder/issues/130)

@lovasoa Sorry, i can't do it because images that the problem occurs are owned by our customers. I looking for user of those hardware in my company but probably not...

Thank you for reply! > If you're interested in writing your own StorageBackend, you can do this by using ByteStream directly as the associated type. We can't specify `ByteStream` to...

My example is here. ```rust fn get( &self, path: P, ) -> Box { let client = Arc::clone(&self.client); let bucket = "xxxx"; let future = future::result(self.key(path)) .and_then(move |key| { client...

@botahamec I have a similar problem. I think the problem releated to uncompartible change of mysql 8.0.22 [SEE](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html#mysqld-8-0-22-optimizer). I've tested mysql 8.0.21 and 8.0.22 and had no issues with 8.0.21....