Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

motdotla

motdotla created a comment on an issue on dotenvx/dotenvx
> The logic for deterministic loading can be reasonably simple. I disagree given how complicated this is getting with 4 to 5 different files. ``` The logic for deterministic loading can be r...

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
Load order for .env.*.[extended] files.. - use `-f` flags in order you desire
Notice the load order: `.env.staging.local, .env.staging.build, .env.staging, .env.staging.build.local` ```bash dependencies: + @dotenvx/dotenvx 1.32.0 Done in 12.7s $ >>.env.staging $ >>...
motdotla created a comment on an issue on dotenvx/dotenvx
Indeed, but there is nuance here: ## Scenario 1: The attacker gets access to both immediately You are in big trouble. Now your only ally is time - as the attacker has to take the time to decr...

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
ok, i dug into this and it is different than I remember: 1. `dotenvx` can NOT determine order via `DOTENV_PRIVATE_KEY*` before the command. This is not a limitation of dotenvx but a limitation o...

View on GitHub

motdotla reopened an issue on dotenvx/dotenvx
Load order for .env.*.[extended] files..
Notice the load order: `.env.staging.local, .env.staging.build, .env.staging, .env.staging.build.local` ```bash dependencies: + @dotenvx/dotenvx 1.32.0 Done in 12.7s $ >>.env.staging $ >>...
motdotla created a comment on an issue on dotenvx/dotenvx
from your example they are. can you be more descriptive please. where are you setting them?

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
Load order for .env.*.[extended] files..
Notice the load order: `.env.staging.local, .env.staging.build, .env.staging, .env.staging.build.local` ```bash dependencies: + @dotenvx/dotenvx 1.32.0 Done in 12.7s $ >>.env.staging $ >>...
motdotla created a comment on an issue on dotenvx/dotenvx
closing but let me know if adjusting that does not work. Alternatively, you can use multiple -f flags to denote order.

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
dotenvx respects the order of your private keys when set on the command line that way. Adjust your order and they should load appropriately to how you desire.

View on GitHub

motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla closed an issue on motdotla/dotenv-expand
Support to escape the escape string?
I have the following environment ``` DATABASE: server\instance ``` I would like to use variable substitution ``` DATABASE: server\${INSTANCE} ``` However, dotenv-expand interprets t...
motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla created a tag on dotenvx/dotenvx

v1.32.0 - a better dotenv–from the creator of `dotenv`

motdotla deleted a branch dotenvx/dotenvx

log-adjustments

motdotla pushed 6 commits to main dotenvx/dotenvx
  • remove special logging methods for precommit d0b21d2
  • adjust tests 287c795
  • improve messaging for `prebuild` and `precommit` 681de72
  • remove help2 b9bfe93
  • changelog 🪵 124b034
  • Merge pull request #501 from dotenvx/log-adjustments Log adjustments 3086523

View on GitHub

motdotla closed a pull request on dotenvx/dotenvx
Log adjustments
motdotla pushed 1 commit to log-adjustments dotenvx/dotenvx

View on GitHub

motdotla pushed 1 commit to log-adjustments dotenvx/dotenvx

View on GitHub

motdotla pushed 1 commit to log-adjustments dotenvx/dotenvx
  • improve messaging for `prebuild` and `precommit` 681de72

View on GitHub

motdotla opened a pull request on dotenvx/dotenvx
Log adjustments
motdotla created a branch on dotenvx/dotenvx

log-adjustments - a better dotenv–from the creator of `dotenv`

motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla created a comment on a pull request on dotenvx/dotenvx
I see that the last command `dotenvx ext precommit` returns: ``` [[email protected]][precommit] .env files (2) protected (encrypted or gitignored) with warnings (1) ``` despite my .env file be...

View on GitHub

motdotla pushed 3 commits to main dotenvx/dotenvx
  • precommit: remove --cached flag 7c04208
  • precommit: add HEAD argument to git diff 13649d9
  • Merge pull request #499 from nickcorin/main Remove --cached flag from precommit hook 6bcf0f2

View on GitHub

motdotla closed a pull request on dotenvx/dotenvx
Remove --cached flag from precommit hook
This is a proposal to remove the usage of the `--cached` flag, and include the `HEAD` argument in the `git diff` command during `dotenvx ext precommit`. The primary reason for the `precommit` h...
motdotla created a comment on an issue on motdotla/dotenv
for anyone who comes across this in the future you can also use [dotenvx](https://github.com/dotenvx/dotenvx). It has override/overload and many more features.

View on GitHub

motdotla created a comment on an issue on motdotla/dotenv
I cannot repeat this and I would be hugely surprised if this was failing for 10 years and no one discovered it. More than likely, you already have `PROMPT` set on your `env`. Try running: ```...

View on GitHub

motdotla closed an issue on motdotla/dotenv
Unexpected output when using 'PROMPT' environment variable with dotenv
When using `dotenv` to load an environment variable named `PROMPT`, I noticed unexpected behavior. ### Steps to Reproduce: 1. Create a `.env` file with the following content: ``` PROMP...
motdotla closed a pull request on dotenvx/dotenvx
Refs/heads/grattitude patch 1
motdotla created a comment on a pull request on dotenvx/dotenvx
thanks for this. this is a wonderful detailed and reproducible PR. i will review either today or after Christmas and then should get merged and released. thank you!

View on GitHub

Load more