Denis Kurilenko
Denis Kurilenko
@edmorley yes locally, not yours test, others: ``` it_details_item_dir it_details_item_dir_short it_get_file_size it_ls ``` I looked at the reason. I made this decision on purpose not to count the size of...
Hi, @edmorley! Very big sorry for the delayed response. I didn't have time for open source all this time. First of all, I thought about how we could do a...
> I still think the implementation should count directory sizes too I think it is sometimes reasonable too. But this API work a long time, and I think we can...
Hi @decathorpe I can not reproduce it. My steps: 1. `docker pull fedora:37` 2. `docker run -it fedora:37 bash` 3. `sudo dnf -y update` 4. `sudo dnf -y install git`...
I think the problem is with compression. Not actualy a problem. We have static values for our tests. We think our file size is always the same. But if a...
I install fedora on a virtual machine. Made BTRFS filesystem and reproduced this problem. I see the problem with the calculation size of a directory. In the BTRFS folders can...
It was fixed in version [6.7](https://bugreports.qt.io/browse/QTBUG-101160) Current version Flameshot using Qt 5.15.5 I don't know how hard it is to upgrade to qt6 ...
Fixed all the bugs and added a description to the pool requester
HI @mil3na and nice to meet you🙂 I believe the issue may be due to System Integrity Protection (SIP) being enabled on macOS, which can restrict some functionalities([more information about...
@mil3na I finally found time to check with SIP turned off and found that after my latest fixes no errors occur. 🙂 This functionality works with SIP disabled as well....