Guy M Streeter
Guy M Streeter
Also, you need to have a working internet connection for the model download to succeed.
As far as I can tell, the failed check has nothing to do with the `ajv` package update. It's something new in `psalm`, possibly. I think the errors can be...
I tested this patch against the current master, and everything seems to be working. I think this PR can be merged.
I tested this patch against the current master branch, and everything seems to be working. I think this PR can be merged
I tested this patch against the latest master branch, and everything seems to work. I think this PR can be merged.
I tested this patch against the current master branch, and everything seems to work fine. I think this pull request can be merged
I tested this patch against current master branch, and everything seemed to work fine. I think this can be merged in.
The sidebar has 2 buttons by each name: `Rename person` and `This person is wrong` `Rename person` will change that person's name everywhere. `This person is wrong` will take that...
I don't see any nextcloud log messages associated with the attempt to run the background task. Can you tell us more about how to get the logs you're looking for?
I put a lot of logging statements in `preciseResizeNew`, including this one right before the `return`: ``` if ($process === false) { $this->logger->error('resize: process is false', ['app' => 'core']); }...