Terje Larsen

Results 212 comments of Terje Larsen

Thank you for the link. The addon is pre-configured, but can optionally be disabled: https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/filestore-csi-driver#disable I guess it is the same thing as with mesh certificates (cannot be enabled during...

As you can see from my screenshot and earlier message that is not true. I do have autopilot clusters and I can disable filestore CSI driver both via `gcloud` and...

My guess regarding chapters/separators is that you put in a vertical bar at a specific location, possibly with a label/tag attached and maybe a colour. All windows after the separator...

I have auto-mounting working like this: ``` fileSystems."/mnt/j" = { device = "J:"; fsType = "drvfs"; }; ``` Perhaps it doesn't like the `\`? Or was the issue specifically with...

Is there any information about Typhon CI? I can only find the repo and the source code, but other than that there doesn't seem to be any resources with information...

@pnmadelaine I see the documentation in the repo, but seems something is wrong with the GitHub pages setup: https://doc.typhon-ci.org/ This returns a 404 page for me.

Hmm, where does it say that cachix is limited to 1GB of artifacts? > Free for Open Source Community plan has 5 GB storage for Open Source projects. Should be...

```d2 ***: {&shape: person; width: 60; height: 60} groups: Groups { artifact-registry-reader: "Artifact Registry Reader" { shape: person } log-sink-writer: Log Sink Writer { shape: person } } ``` It...

Yeah, that is great news. I didn't see anything wrong with yours, so I guess it was fixed :)

Is this related to a definition like this not working? ``` src = fetchgit { url = https://git.savannah.gnu.org/git/emacs.git; rev = "c418c85617babbe7b63730fefb71e2c87a0141af"; sha256 = "1m374vaq5zaylds7g049vx1j8d67hv69pmdnsrnaypmj83gqf46x"; }; ``` If I run the...