Andrew Thauer
Andrew Thauer
@kt3k - I have 2 cases where parse specifically is useful. 1. Transformations and processing on the `.env` file format. Its becoming more common the store secret reference values vs...
@c4spar - Curious if you have any thoughts on this?
👍 Yes, this seems like a reasonable approach that is backwards compatible as well.
I'm having an issue where my `$PATH` is evaluated in the wrong order when running in the `zed` terminal. This becomes an issue because `/usr/bin:/bin` get appended (and duplicated) in...
I would vote for keeping these environment variables consistent and supporting `DD_SERVICE_MAPPING` across all Datadog tracer libraries. While I can agree that using ruby conventions for code makes a lot...
This still occurs and quite annoying since it happens in almost every component we have. Would love for this to be handled or suppressed somehow.
I should clarify the 404 popup error is the annoying part imo. I personally have less concerns with the badges, etc not rendering properly.
I don't think `~` has any guarantees to work or expand consistently in usage. If I recall correctly it doesn't work in alpine linux for example. In most scenarios, bash,...
The [env-paths](https://github.com/sindresorhus/env-paths) npm package is commonly used in other node based projects to accomplish this.