Moritz Graf

Results 11 comments of Moritz Graf

Same here. Problem also exists when CA is added to System (MacOS).

Found this Issue while having trouble to import Contacts exported from my Android into Nextcloud. Problem: Nextcloud seems to only support vcf 3.0, Android exports vcf 2.1. Solution: Using [this...

Might be related to this. I am doing the following to set up all my subdomains: ```hcl variable "subdomains_mydomain" { default = ["git","auth","prometheus","alertmanager","chat","mqtt", "cloud","monitoring","smtp","pop3","imap","jaeger","ldap","code","hub","grafana","tt-rss","phpmyadmin","phppgadmin","www","terraformtest","rstudio","code" ] } resource "ovh_domain_zone_record" "mydomain_subdomains" {...

What was you solution on finding the right ids? I played with python to walk over all the resources and gather the data. Which worked, but in the end, to...

@danishsamad Have you heared something in regards to this topic? We are facing the same issue with [1.2.0 AWS deployment with istio 1.1](https://github.com/kubeflow/manifests/blob/v1.2-branch/kfdef/kfctl_aws_cognito.v1.2.0.yaml). The problem seems not be present using...

I did a downgrade to Grafana *8.3.11* (changed image and restart deployment). This shows the same problems. From the code I see no specific things done. So maybe this is...

I did some further debugging. I made some findings that I would like to explain here. 1) The json pulled by `grafana-sync` and when clicking `JSON Model`in the Grafana UI...

@StefanScherer @firecyberice Would be great if you could try to find some new maintainers for these projects, would be sad with all that has been achieved so far. Let me...

We have an issue that sound similar. Let me add from our side: * Downgrading to 1.91 is a workaround. * Adding `compat_dir` or `complement_stat` does NOT improve the situation....

Having the same problem at the moment and added the debug logs as requested. I will try to add some details from our troubleshooting and see whether this maybe alsready...