Claus-Justus Heine

Results 83 comments of Claus-Justus Heine

From reading here https://github.com/facebook/react/issues/20131 pointing to https://reactjs.org/warnings/invalid-hook-call-warning.html and running ``` $ npm ls react-dom logreader@ /var/www/localhost/htdocs/nextcloud-git-next/apps/logreader ├─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] └── [email protected] ``` I somehow got...

> I too have this from a few nextcloud versions and I'm not so sure it is the 20000 entries limit/problem. Even with empty/clean log file mine does not shows....

I have an issue which is similar. Actually, I can configure the workflow to be triggered the tag, but then looking at lines https://github.com/nextcloud/workflow_pdf_converter/blob/814ccb6739913900085bf3b29d0ae4f290bb9c42/lib/Operation.php#L79-L82 we see that only events of...

Actually, this is also sort of a bug as it is not clear from looking at the UI or the documentation that PDF conversion cannot (yet) be triggered by changing...

BTW, part of this issue, namely that the tags were not remembered, is also discussed here nextcloud/server#3564 and probably fixed by 163b86b729fc6cf4105fa7ad95e488e6c5c05532 Still: even with that changer PDF conversion on...

Coming back to myself: this is actually a problem with the wording in the UI. From the notion "file accessed" as a user I would expect that such a condition...

This is a bug report related to the most recent versions of MariaDB ### What did you try to do? Running Doctrine/Orm migrations after upgrading to DBAL >= 3 and...

From looking at the Scrutinizer error messages I have the impression that the failure is caused by a broken test, not by my code changes.

I suppose that commit d49bcb5 might be the cause; switching to "normal JS imports" should also imply that each source file needs to include its dependencies. So adding ``` import...

You need nodejs installed after that something like "npm run build" (see package.json, "scripts"). You probably also need something like "yarn install" or "npm ci" before trying to rebuild. Do...