Emi
Emi
re:naming, pdoane's argument above [here](https://github.com/ziglang/zig/issues/23173#issuecomment-2714738714) I find particularly compelling.
additional context > https://maraneshi.github.io/HLSL-ConstantBufferLayoutVisualizer/HLSL%20matrix%20storage%20order.png > > in some modes not all buffers have the same column ordering > > the default in HLSL is column major. Given that is what...
Got example links?
Disabling colored output requires convoluted `cargo test --color=never -- --color=never` incantation
Thanks @durka! I can confirm that works. I will update the title of the issue because `cargo test --color=never -- --color=never` seems a bit convoluted to me :+1:
This appears to produce the least intrusive diff (still formatting in some files, but not too bad): ``` sg ops update-images -t 187572_2022-12-06_cbecc5321c7d -kind k8s ./base git checkout -- **/*.ConfigMap.yaml...
Another complaint/observation: `sg ops update-images` cannot update the `pure-docker/` directory in https://github.com/sourcegraph/deploy-sourcegraph-docker which means the changes it wants to make to that repository are always incomplete (it would be bad...
@RonaldZielaznicki now that #7 is merged, can you `git rebase -i origin/main` this branch?