Evan Van Dam

Results 45 comments of Evan Van Dam

Agreed with @scalp42. This way we can handle "optional" dotenv files like a .env.local that a developer may or may not have when they run in their environments.

Hey @fabriciojs we're looking for similar functionality, but where it is able to read environment variables from `os.Getenv` if the variable in the file has not been defined, like https://github.com/fireproofsocks/dotenvy/blob/main/docs/dotenv-file-format.md#interpolation-aka-variable-substitution....

We also tried to find a pattern by trying to trigger rate limiting from Secrets Manager to see if it was related, but it doesn't look like it. It's very...

:+1: for this, not sure if there have been any recent developments. I'm looking to manage a plugin internally that other teams in my org will use, and I'd love...

I'm also looking forward to seeing this push through - @1941198 could you update the branch so it can be tested/merged? @magiconair thoughts of when this might be able to...

Are there any updates with this issue? I'm looking to expose services using Consul Connect to Fabio but there doesn't seem to be a good way to do this.

We also tried to find a pattern by trying to trigger rate limiting from Secrets Manager to see if it was related, but it doesn't look like it. It's very...

Hey @bwagner5, just wanted to bump this since I think it would be really nice to have notifications deduplicated to keep noise low in Slack channels for example. In my...

@DarthSim any thoughts on this? Thanks!

:+1: for this too. I currently have two separate Dockerfiles to help keep my Buildkite pipeline fast by not using multi-stage builds so it can cache as much as possible,...