Mateusz Kurowski
Mateusz Kurowski
Is it possible? If not, should it ?
1. Visit: https://kopf.readthedocs.io/en/latest/search/?q=retry&check_keywords=yes&area=default 2. Click links in results A question, the delay for `TemporaryError` is in what units?
Hello, could this message tell us more about what schemas are matched? ````json { "resource": "pathtofile.yaml", "owner": "_generated_diagnostic_collection_name_#1", "severity": 8, "message": "Matches multiple schemas when only one must validate.", "startLineNumber":...
Hello, thanks for the project! I wonder how can i simulate this git behaviour: ````bash $ git init $ git remote add origin [email protected]:numpy/numpy.git $ git fetch --depth=1 origin branch/tag/commit...
Maybe someone knows a better message? https://github.com/argoproj/argo-cd/issues/997
I had containerd and runc installed on system and then ran `kubefire install` and later `kubefire uninstall` answering yes to everything messed up containerd and runc packages on the system.
Follow up to https://github.com/3F/DllExport/issues/141#issuecomment-608103235 I just tried using DllExport for a simple task. Found the repository and while using Rider landed on this topic. Building in Visual Studio just works....
Hey, I cannot find any information about actually using this provider in my configuration files. For ex. after building the binary what should I do now to use that provider...
## Describe the bug Dropbox docs are missleading. ## To Reproduce 1. Go to: https://django-dbbackup.readthedocs.io/en/master/storage.html#dropbox 2. Read docs. 3. Install `pip install dropbox django-storages`. 4. Set `oauth2_access_token`: ````python DBBACKUP_STORAGE =...