chris-fj

Results 10 comments of chris-fj

I am receiving the same error. I have the following mount: ```bash - /home/git/.gitconfig:/data/gitea/home/.gitconfig ``` and I have set the following env definitions ```bash GITEA__git__HOME_PATH=/data/gitea/home USER_UID=116 USER_GID=123 ``` and the...

@mpeter50 regarding to the question you asked me, yes, `git` user's UID is 116 and GID is 123 ```bash cut -d ':' -f1-4 /etc/passwd | grep git git:x:116:123 ```

Hello everyone! I am too finding this problem, with a command similar as the one specified in the first comment, `Info.plist` contains all the apps I want to be restored...

For reference, I used `plistutil` to convert `Status.plist` to plain XML and this is the content of it...maybe it sheds some light ``` IsFullBackup Version 3.3 UUID xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Date 2022-05-20T21:33:10Z...

Bringing attention back on this I tried a full backup again, in hopes of ditching iTunes and properly storing the backup instead of it being in a sketchy folder god...

@cxw42 kindly reminding you this PR in case you missed it

Commenting here as well, updating the collabora version to [`24.04.5.2.1`](https://hub.docker.com/layers/collabora/code/24.04.5.2.1/images/sha256-b2cdde5cabb3cfd59933daf3ce55990b258a4a1391d31d54833e436e7b7fc26f?context=explore) and the issue is gone for me. I have kept the same version for ownCloud. Thanks for the pointers and...

Bumping this issue. It would be great to start supporting these selectors

Thanks for the suggestion. However, I’m wondering what can StyleBot do that uBlock can’t, because having to install an extension kind of defeats the purpose of having a built-in adblocker....

Maybe I'm late to the party but I also experienced this issue and in my case the problem was I was passing some data and some model and by mistake...