Tom Dyas
Tom Dyas
Latest commit ditches the vendored timeout layer and just uses a layer to count errors (which will be timeouts) coming from the Tower `TimeoutLayer`.
DAP bridge for JVM debugging is https://github.com/Microsoft/java-debug.
`delve dap`: - https://github.com/golang/vscode-go/issues/23 - https://github.com/go-delve/delve/tree/master/service/dap
My main questions arei: - What is/are the right option(s) for overriding `ExternalTool` binaries with a local path? - Should there be an option to discover the binary on the...
> Do we think that users are likely to need custom built terraform binaries? They may not need a custom-built binary, but rather a standard Terraform binary installed into a...
Updated: - Renamed `--download-terraform` subsystem to just `--terraform`. - Added `--terraform-search-paths` option. - Logic to find the binary now uses `--terraform-path` if set, then tries searching `--terraform-search-paths` if set, otherwise...
Should it use a semver constraint instead of an expected version?
> > Should it use a semver constraint instead of an expected version? > > Generally isn't Terraform picky about data compatibility, and thus insistent on exact versions? It can...
And just matching down to patch-level exactly would also provide that. At Toolchain, we pin Terraform to exact versions.
Switched the PR to use search paths and a semver specifier set (e.g., `>=1.0,