Denis Baltor

Results 14 comments of Denis Baltor

If you're deploying Grafana using [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/b8b561eca1df7d70f0cc1e19e831ad58cb8c37f0/charts/kube-prometheus-stack), the easiest way to install dashboards with your deployment is just creating ConfigMaps with the `grafana_dashboard` label equals `1` and the data section containing...

You might find this [Stackoverflow answer](https://stackoverflow.com/a/66180692/7066647) useful.

The only way I found to solve it was explicitly deleting the applications before deleting the ArgoCD namespace. I would appreciate any insight on how to solve this in a...

> We can support `Optional` as a return type. but we do not support is as a `@Param`. I'll add this to the backlog for us to consider, however; feel...

@tim5go I've got the same error when installed `expo-media-library: ~17.1.7` and running `expo install --check` fixed it. It updated all my dependencies, in particular expo to **53.0.12**.

Thank you @SimonPaul02 for reviewing and approving this. Now we need somebody with push access to merge this. I can't do it.

I'm having the same issue with **Superset 3.0.1** on Kubernetes. Here is the end of the `superset-init-db` pod logs ``` Downloading data from https://github.com/apache-superset/examples-data/raw/master/datasets/examples/fcc_survey_2018.csv.gz 2023-12-27 13:37:23,438:INFO:superset.datasets.commands.importers.v1.utils:Downloading data from https://github.com/apache-superset/examples-data/raw/master/datasets/examples/fcc_survey_2018.csv.gz Loading...

I had to deploy Superset without the examples to move forward. It's a shame as I think it would be helpful to have them around in some lower environments. I'd...

Thanks @rusackas for replying and apologies for not being able to look into this before. I'm still facing the same issues with the examples after upgrading the helm chart to...