Pedro Alvarez Piedehierro
Pedro Alvarez Piedehierro
I've been seeing this for a while now, do you get also messages saying `Error creating conflict dialog!`? There's actually a few related issues: - https://github.com/nextcloud/android/issues/7000 - https://github.com/nextcloud/android/issues/9026 - https://github.com/nextcloud/android/issues/6027...
> Slightly off topic: although I have to dig more into this, I believe this is caused by some camera apps saving a "quick version" of the picture, then later...
This is still a problem. Is anybody looking into it?
Is it similar to this one? ``` root@a1c98feef4ff:/code# python celery-task.py worker Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/click_didyoumean/__init__.py", line 34, in resolve_command return super(DYMMixin, self).resolve_command(ctx, args) File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1314,...
> Then maybe this feature should be deprecated and eventually removed? I was leaning towards supporting this on pyone bindings. > Maybe it makes sense ot add an `ca_path` option...
Well, they added support to skip SSL verification on `pyone` since I opened this issue. I guess we could use this once they release a new version? See https://github.com/OpenNebula/one/commit/c1f5c649f2995e792cb0116852964bdb6e6c34a1 and...
> However, following some investigations I believe there is a **reasonable workaround** that Rancher admin can apply once and it "sticks" even through Rancher restarts / driver updates. > >...
> @palvarez89 , I've just tried updating `publicCredentialFields` annotation on the `nodeDriver` object to add extra field to it and it immediately showed in `resourceFields` of the `v3/dynamicSchemas/(drivername)credentialconfig` link and...
> It looks like Canonical has marked this device as _Ubuntu Certified_, maybe they can produce a driver: https://certification.ubuntu.com/catalog/component/usb/405/0a5c%3A5834/ "The Broadcom Corporation 0a5c:5834 is under the Other category and is...
Hey, thanks for this patch! I've been playing with it, and to get it working with Ceph S3 you also need the `s3ForcePathStyle` setting. Something like `config.s3ForcePathStyle=true` This way, the...