Mitchell Hashimoto

Results 118 comments of Mitchell Hashimoto

There isn’t support for this and none planned.

I did some digging and it looks like [here](https://developer.apple.com/library/archive/documentation/GraphicsImaging/Conceptual/OpenGL-MacProgGuide/opengl_threading/opengl_threading.html) (in the "OpenGL Programming Guide for Mac") it explains that: "When you use an NSOpenGLView object with OpenGL calls that are...

Whoops I missed this dup when I reported my issue (#926). My stab is similar to @tnarg above, I didn't see this thread and googling didn't bring anything up. We've...

For step one: https://github.com/mitchellh/mach-sdk-linux-aarch64 Feel free to grab that and pull it into the `hexops` org.

Fwiw, with the two steps already taken, you can now run `zig build run-dawn-example -Ddawn-from-source=true` in the `gpu-dawn` directory and this all just works on aarch64 Linux. I tested locally....

Thanks, I'd normally be happy to contribute this myself but wasn't sure where you wanted it or how you wanted it structured. If you do want to provide guidance like...

Yeah, I was afraid that was the case. I guess my outside-in POV is: the hcl.Body was parsed from some structure, I want to reencode it back to that _exact...

@apparentlymart That makes total sense. I looked into hclpack and I think my issue with it is there doesn't seem to be a way to turn an `hcl.Body` into an...

I think this will be possible in future changes coming to HCL. We're planning to more closely integrate HCL and HIL (the interpolation language used by Terraform) and in doing...

Tagged as enhancement. For future: I'd say the flag should be `-short`.