Linus Arver

Results 57 comments of Linus Arver

`(setq org-fold-core-style “overlays”)` fixed it for me, as per the comment [here](https://github.com/org-roam/org-roam/issues/2198#issuecomment-1208072780).

For me I can reproduce if: 1. there are 2 panes open (`C-b "`) 2. 1 pane is running vim 3. the cursor is inside the vim pane 4. I...

Perhaps `:then` is a better name for `:by`. For example: ``` (range :from 1 :then 3 :to 9) ``` could translate to Haskell's `[1,3..9]`.

Thinking about this again, I think it's because the auditor queries the staging GCRs, not prod. See https://github.com/kubernetes-sigs/k8s-container-image-promoter/blob/bed8661305e1e325d0dd22b61e0cea2967b0f0e4/legacy/audit/auditor.go#L261-L266. The `subproject` here means the *staging* repo that belongs to the subproject,...

Ideally we humans shouldn't have to read the YAMLs directly --- sometimes the configurations can get very long and difficult to read directly. I.e., there should be a tool that...

Let me try reproducing; this is obviously a bug.

I did some digging into the logs. To simplify the situation, what happened in the referenced PR is, a few days ago (Nov 8?) a PR was merged with digest...

Not as simple as a dumb bucket-wise copy, but: GCR just stores digests of images. As long as there is a reference to it, it won't get deleted. So, we...

@cblecker Can you clarify?

> @listx I guess I'm not clear on your proposed multiple GCR with digests proposal. Isn't the GCR just a fronted underlying GCS bucket scoped to a project? Yes. But...