Mike Sandman
Mike Sandman
``` $ docker run -i -t hashicorp/terraform:light terraform standard_init_linux.go:175: exec user process caused "no such file or directory" ``` My system ``` $ docker info Containers: 4 Running: 0 Paused:...
That makes sense. I'll fork and give it a go. My team is shooting for a completely "install-less" toolset based on Docker. Thanks for the context!
Agree this should be (have been) the default behavior...definitely those two teams don't talk...lol. Until this gets added (if ever), here is what I do: Put this into a file...
> Similarly, I'm using mdbook to write a user and developer guide for my software. I'd like to be able to include a page with a table of design decisions...
I'd love to contribute to the AMD support initiative for Candle. I'm wondering if [HIP](https://github.com/ROCm/HIP) might not be a reasonable first pass. Additionally, I propose prioritizing RDNA3 architecture cards due...
Agree this could be more obvious. It assumes you know the Jekyll plugin system fairly well. https://github.com/clustergarage/jekyll-code-tabs Thanks for the poke, we'll get this touched up :D
I'm also trying to do something similar with `adrs`, a Rust-base CLI tool which creates [ADR](https://adr.github.io/) files and generates a TOC for each decision. Same would be true for `adr-tools`...
FYI: Here's a complete summary of commands to fully clean up commits with Co-Authored-By attributions: ## Complete Cleanup Commands ### 1. Create backup branch (safety first) git branch backup-before-removing-attributions ###...
FYI: Here's a complete summary of commands to fully clean up commits with Co-Authored-By attributions: ## Complete Cleanup Commands ### 1. Create backup branch (safety first) git branch backup-before-removing-attributions ###...