yellowhat
yellowhat
I am having a similar problem on a VPS with 1GB of RAM. I can `nix run .. --phases kexec` but `nix run .. --phases disko` leads to multiple autoGC...
Hi, I am having a similar issue using `renovate`. #561 seems a bit abandoned. Is there any other progress? Thanks
I am trying to create a flatpak manifest: org.pwmt.zathura.yaml ```yaml --- app-id: org.pwmt.zathura runtime: org.freedesktop.Platform runtime-version: "24.08" sdk: org.freedesktop.Sdk command: zathura finish-args: - --device=dri - --filesystem=xdg-documents - --filesystem=xdg-download - --share=ipc...
Hi, I am a getting the same issue. Is this still relevant?
It should work as it merges existing tags.
Sure. my current setup involves creating the `~/.kube/config` directory and fetching the kubeconfig from the master node before the actual `kubernetes.Provider` is created: ```python kubeconfig = local.Command( f"{name}/kubeconfig", create=Output.all(self.cp.ipv4_address).apply(lambda args:...
Thanks for the explanation. As you suggested I have run before `pulumi preview`: ```bash mkdir -p ~/.kube touch ~/.kube/config ``` and it is still trying to connect to he cluster...
I have done other tests using `export GOOGLE_APPLICATION_CREDENTIALS=`. ## `firestore-semantic-search` From fresh firebase project, first: ```bash $ cat firebase.json { "extensions": { "firestore-semantic-search": "googlecloud/[email protected]" } } $ firebase deploy --only...
Thank you very much for your reply. I will wait for your fix. But why I can install each extension one by one and all together throw that error?
@tariq1890 @mrueg @dotdc