Andrey Avtomonov

Results 10 comments of Andrey Avtomonov

@thomasabou01 , there's a weird overlay of tooltip and left vertical bar if we remove padding. So I restored it back. No other comments on my side

Hey @thomasabou01 , could you please also check the 3 "Code Smells" issues from Sonar? ![image](https://user-images.githubusercontent.com/7889985/193300253-157211ec-18fa-455e-b3fd-f322bb777d93.png)

I can confirm the same issue with tiny NEF thumbs (160x120px) being generated after upload to `v1.72.2`

I managed to reproduce locally, the easiest is to simply run: ``` const sharp = require('sharp'); sharp('test.nef').jpeg().resize(1400).toFile('resize.jpg') ``` Here's a reason why it doesn't work (sharp doesn't support NEF) https://github.com/lovell/sharp/issues/616...

it seems that https://github.com/m0g/node-libraw isn't maintained. I wonder if it's just not easier to call python's `rawpy` for example from `MediaRepository.resize`

let's return it to the backlog, it's not the top priority ATM

@skjnldsv as @D34DC3N73R said there's a ton of ``` The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. ```...

> > the `ignoredMimes` contains `['image/tiff']` which is weird because this is what I have in my `/usr/local/www/nextcloud/apps/photos/lib/AppInfo/Application.php`: > > You should not edit php files. You will actually break...

@skjnldsv thanks for investigating! Here's what I have when opening this URL: `/apps/files/?dir=/NEF&openfile=32475` ![image](https://user-images.githubusercontent.com/7889985/200784271-7d1009e6-58f3-4802-b129-6ad7c5dce9b0.png) here's a full console log with Verbose level on: [192.168.10.120-1667984035958.log](https://github.com/nextcloud/viewer/files/9969222/192.168.10.120-1667984035958.log) ... and with some filtering: ![image](https://user-images.githubusercontent.com/7889985/200785502-198703d6-bb77-465a-844f-2caa925895b9.png)

indeed, the preview that it feched also has a correct size, so it's not just a thumbnail: ![image](https://user-images.githubusercontent.com/7889985/200791222-7d616015-729b-4510-ab74-8b91f576ade3.png) I don't know if you tried to reproduce it, but normally with...