hpetrus
hpetrus
I too am having this issue. `/var/www/nextcloud/apps/files_trashbin/lib/Sabre/AbstractTrash.php` already has `getSize()` returning `int` explicitly. I'm stumped on this issue. Interesting to note that the issue only exists for me on all...
@jahway603 you might want to try this, if you're feeling up to it. I thought about it after poking around and seeing why this problem existed for long-lived accounts, but...
I can confirm the same behaviour @RobMahn is reporting. `trashbin:cleanup` alleviates the problem, but after deleting a larger number of media files, the problem returns. Very curious. How shall we...
@szaimen as soon as you asked if we’re running 32bit OSes, I saw the writing on the wall. I’m going to upgrade the system to a 64bit OS asap. Hopefully...
@harwoodr (or anybody else who knows) I'm trying to compile for Arch Linux. I've got the built libs and includes for ffmpeg in a local folder, but I don't know...
Now, I get a build error, as follows: ``` [ 73%] Building CXX object CMakeFiles/portal.dir/deps/portal/src/Channel.cpp.o In file included from /path/to/obs-ios-camera-source-master/deps/portal/src/Channel.hpp:22, from /path/to/obs-ios-camera-source-master/deps/portal/src/Channel.cpp:19: /path/to/obs-ios-camera-source-master/deps/portal/src/Channel.cpp: In destructor ‘virtual portal::Channel::~Channel()’: /path/to/obs-ios-camera-source-master/deps/portal/src/logging.h:28:48: error: ‘stderr’...
@dougg3 thanks for getting back to me on this issue. I'm super grateful that you've got this branch going in the first place. I'll compile your latest commit, but also...
@dougg3 unfortunately, I'm still getting the same make error with your last commit (see my previous post above with the error messages). What might this be because of? When I...
@dougg3 thanks for updating! I got it to compile on Arch with some modifications to your CMakeLists.txt and some Arch-specific deps handling. I think it would be best to share...