Sanders DeNardi
Sanders DeNardi
Apologies in advance for surfacing an old thread. We tried switching from the bundle build to using the PWA to work around this issue (and enjoy the general benefits the...
Hi @robertd and @kaizencc. Now that `v1.21` is [EOL](https://kubernetes.io/releases/patch-releases/#non-active-branch-history), is there any progress or timeline update on bringing `v1.22` support to the `cdk`? The question came up on my team...
I'm not quite ready to abandon CDK, as it fits nicely with our other tooling and have served our needs well up to this point. It is a bit frustrating...
Following this ticket as well.
We solved this by adding a `overrides` field in our `package.json`: ```json { "overrides": { "react-notification-system": { "react": ">=17", "react-dom": ">=17" } } } ``` `overrides` was added in [npm...
Hi there. I'd like to add on that the lack of replacement for `MetadataService` in the v3 SDK is blocking our team from migrating as well. Any guidance on alternative...
@aBurmeseDev @siddsriv Thank you for pushing this out! Can you point me to the SDK docs for the package? All good if they're not out yet, didn't know if I...
Hi there, we recently came upon this issue while setting up our self-hosted deployments to AWS. We want to deploy a Sandbox environment alongside Production within the same k8s Cluster,...
When we tried deploying the helm chart into a namespace named `posthog-prod`, the Kafka pod entered into an endless crash loop while trying to connect to ClickHouse.