Jhonas Wernery

Results 64 comments of Jhonas Wernery

I managed to get the Nextcloud Spaceboard Integration working manually on `arm64`. **For the brave:** This assumes you've already downloaded the app through Nextcloud. Also: current user: not `root` (got...

It's a bit tedious, but maybe this will work for you? https://github.com/nextcloud/integration_whiteboard/issues/22#issuecomment-1030878051

I found a way to get past this error: https://github.com/nextcloud/integration_whiteboard/blob/db64eb10076145e3a64b58900fa36ce8f312494d/lib/Service/SpacedeckBundleService.php#L44 ```diff - $scan = glob(rtrim($str, '/') . '/{,.}*', GLOB_BRACE); + $scan = glob(rtrim($str, '/') . '/{,.}*', (defined('GLOB_BRACE') ? GLOB_BRACE :...

I'm interested in this PR.

Thanks for the quick response. I'm getting conflicts when trying to back out the culprit commit, so this might take a little longer.

I was able to [resolve the conflicts](https://github.com/teutat3s/ble.sh/) (not sure if I broke anything else in the process). - Q1: The problem does not reproduce in my fork without the culprit...

@giggio Thanks, clearing the cache like that did fix my issue as well.

It seems this change is not correct after all.

Actually, the new UUIDs are correct, I was just mistaken about the jenkins agent build image name.

Probably a duplicate of https://github.com/jitsi/docker-jitsi-meet/issues/327