Clay Murray
Clay Murray
So the exporting of this tool is pretty slow so I want to use image magick to export. However IM has no knowledge of groups and I use groups to...
In the non native version of this gem saving a layer that has a mask associated with it to png works as you would expect. But in this native version....
fails to indent properly on function calls that use named arguments on new lines ```odin foo( bar=this, baz=that); // Next line will have an indent level increased foo2( bar2=this2, baz=that);...
If you have ``` builder: multiarch: false ``` when running `kamal deploy --version=qa` kamal eventually tries to run ``` docker build -t :qa -t :latest --label service="service-name" --file Dockerfile ....
## Context Odin: dev-2024-06:02f11dfde OS: macOS Sonoma 14.4.1 (build: 23F79, kernel: 23.4.0) CPU: Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz RAM: 16384 MiB Backend: LLVM 18.1.6 Calling linalg.mul with a `Matrix2`...