Christian Weiske

Results 292 comments of Christian Weiske
trafficstars

So can this issue be closed, or is it still a work in progress?

This should be fixed with #77, specifically https://github.com/netresearch/timetracker/pull/77/commits/f7607b6ce78b2967b98d2957469107184bf21bb9

I get an error during compilation: ``` [ 78%] Building CXX object CMakeFiles/libgerbera.dir/src/util/mt_inotify.cc.o /usr/local/src/gerbera/gerbera-git/src/util/mt_inotify.cc: In member function ‘int Inotify::addWatch(const std::filesystem::__cxx11::path&, uint32_t, unsigned int) const’: /usr/local/src/gerbera/gerbera-git/src/util/mt_inotify.cc:110:26: error: ‘std::this_thread’ has not been...

I don't see the message "Retrying {} to add inotify watch" when running gerbera in `--debug` mode with `retry-count=3`, but the music files appear in gerbera pretty fast after some...

(I only enabled inotify-attrib, but not retry-count) - you define `` but that's not covered by code - when I delete a folder, gerbera does not detect it anymore and...

:+1: directory handling works fine: - When using the new attribute `` the files get added immediately after the "cp -a" process finishes setting the permissions - When removing the...

Because I don't know of the project preferences. I only deducted from the current code that tabs shall be used for php.

To summarize: > PHP Warning: unserialize(): Error at offset 0 of 122 bytes in /var/www/typo3/public/typo3conf/ext/crawler/Classes/Converter/JsonCompatibilityConverter.php line 39 This error happens on crawler 11.0.10 with PHP 8.3 and TYPO3 11.5.41 e.g....

I wonder why my patch solved the problem for me then. But others also write that E_WARNINGs are not caught by `catch(\Throwable)`: https://www.php.net/manual/en/language.exceptions.php#121228 https://www.php.net/manual/en/language.exceptions.php#language.exceptions.notes: > Internal PHP functions mainly use...

@marvinschroeder Unless you provide a patch for this extension yourself, the 11.x branch will not get any updates ([source](https://github.com/tomasnorre/crawler/pull/1121#issuecomment-2622911265)).