Cedric Meury
Cedric Meury
Also, if you have other `*.hcl` files in your repository (for example, for Vault), that are under a different formatting regime, it would be very useful to be able to...
@nicks That's also what we did in our workaround, just before starting the two instances: ```shell git clone --depth 1 --branch v0.32.4 -- https://github.com/tilt-dev/tilt-extensions ~/.local/share/tilt-dev/tilt_modules/github.com/tilt-dev/tilt-extensions ```
This seems to be still an issue. The latest release of go-licenses, [1.6.0](https://github.com/google/go-licenses/releases/tag/v1.6.0), still uses otiai10 1.6.0.
Can confirm. * Obsidian 1.1.9 * "set mobile theme" plugin 0.2.0
We're also running into this problem. It makes our Terraform configuration brittle, as we have to introduce checks before to make sure this resource creation will work, but we do...
I just checked the two files in the repo, both don't have any unexpected characters. The shebang line ends with 0x0A (LF), the newline control character on both Linux and...
`go-azure-sdk` unfortunately [only supports "text" as well](https://github.com/hashicorp/go-azure-sdk/blob/main/resource-manager/insights/2022-06-01/datacollectionrules/constants.go#L330), so that probably needs an update?
We're still interested in this.