Darwin
Darwin
Hello, First of all, thanks for the great library! It has been more than 6 months since `0.4.19` was released, and it would be great if you could cut a...
When trying to use `vagrant` command with a system having Ruby installed via `asdf`, the embeded ruby with Vagrant will get entangled with the user installed Ruby and fail. ###...
Hi, I realized that when attempting to delete a terragrunt module by setting the source to `/dev/null`, this script will fail with the following error. ``` Error: Failed to read...
## Summary When using `run_cmd` with options like ``` run_cmd("--terragrunt-global-cache", "--terragrunt-quiet", "${get_terragrunt_dir()}/date_to_unix_ms", "2030-02-21") ``` following the [docs](https://terragrunt.gruntwork.io/docs/reference/built-in-functions/#run_cmd) Running `terragrunt-atlantis-config generate` will fail with the following error ``` ERRO[0000] 9: range_end...
## Summary This change made the following attributes optional. * time_partitioning * range_partitioning * expiration_time * labels It's completely valid (and have legitimate reasons to) not to provide the attributes...
## Description The otel library is built on an assumption that span instrumentation API should be within a piece of local resource. In other words, you should not be able...
## Description Add the initial version of the new SDK gateway, for forwarding traffic from the executor to users' SDKs. This will also the based for the `connect` proxy. ##...
Tweaking the client loading code to enable it reading data from environment variables during runtime. The strategy for Google OAuth, has a way to do it. https://github.com/ueberauth/ueberauth_google#installation This is useful...
## Description WIP ## Type of change (choose one) - [ ] Chore (refactors, upgrades, etc.) - [ ] Bug fix (non-breaking change that fixes an issue) - [ ]...
## Description If a key is provided and the path doesn't exist, the CEL evaluation will result to `false`. This doesn't work well with rate limit configuration, especially with failure...