Jonny
Jonny
Hi @0jag can you post the docker run command you are taking about? I ran into the same issue.
A shorter command than what I have seen here before. Uses [`jq`](https://jqlang.github.io/jq/) as dependency which is pretty common. * downloads only exercises you don't already have (doesn't overwrite. But still...
Got it! I opened a new PR #101. Feel free to close this one or keep it open for the 2.0.0 release. This PR basically addressed only https://github.com/cruise-automation/daytona/issues/99#issuecomment-1492390145 and not...
This is only an issue if the `K8S_AUTH_MOUNT` is explicitly set to `kubernetes`. Setting it to `kubernetes-kubernetes` or presumably any other string works: `http://vault.vault-system.svc.cluster.local:8200/v1/auth/kubernetes-kubernetes`
I am one step further and know now that that the true value comes from here since I'm using the go feature: https://github.com/devcontainers/features/blob/65fb90b7fc8634986ab5644d00d66b983e9a50df/src/go/devcontainer-feature.json#L25 So maybe the two are incompatible. Is...
My issues were the same as described by @krak3n and @ahmetb. I'm using connectrpc and saw the full module names in the generated code, creating the syntax errors. But @tra4less's...
I just came here because I ran into the same issue. It is true that if the user logs out and in again after a `supabase.auth.linkIdentity` the `raw_user_meta_data` is there,...
There is also a technical issue here that prevents me from "merging the carts" in the first place: As I get redirected to my own page after the oAuth flow,...