Alexander Dunkel
Alexander Dunkel
I seem to have the same problem. Any help would be appreciated! Collapsible navigation, however, does seem to work on the [offical docs page](https://mkdocs.readthedocs.io/en/stable/user-guide/styling-your-docs/).
nextcloud-client: 3.4.4 server: 22.2.5 Saw this error today on my main `Documents` folder sync, the first time after using Nextcloud 3 years (folder size: 40GB, quite a few files). ```...
Solved it for the moment: ```cmd choco uninstall nextcloud-client choco install nextcloud-client --allow-downgrade --version 3.4.3 ``` Now the desktop client syncs again and does not error on Modification date. The...
@andyxheli Thanks andy. I tested these steps. `find yournextcloudfilelocation/ ! -newermt 1970-01-02 > damaged.txt` and similar commands did not return any files, same with the Nextcloud provided files. There was...
> Also if you have a Windows client, you can fix broken files from the client-side with this PowerShell one-liner (run it in the NextCloud folder in your user profile):...
There's a broken link outside of the scope of this PR that is responsible for failed checks: ``` (administrator/upgrading/upgrade-1-to-2: line 114) broken https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/2.0.0/images/hub/Dockerfile - 404 Client Error: Not Found for...
I can check again in detail, but it mostly looked duplicate, except for the preview-feature part (which isn't necessary anymore). I'll also want to look into the part again for...
@consideRatio: I went through the docs again and compared the autoscaler to the standard docs and merged all. - In the autoscaling docs, the paragraph `At this stage, you may...
While I was at it, I also updated [Installing JupyterHub: Getting the public IP of the Proxy](https://zero-to-jupyterhub.readthedocs.io/en/latest/jupyterhub/installation.html) (https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2823/commits/7ff31fd5dfe5cf8065bdd71015e4395a8e44764d). `kubectl` outputs the recommended command, after installation of the helm chart: ```...
Minor comment: If you post these error logs, please put them in `` blocks, and ideally also in ``, e.g. ``` Error output ```output Error output \``` ``` Looks like:...