Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
motdotla closed an issue on dotenvx/dotenvx
error code: `[MISSING_ENV_FILE]`
### Are you getting this error? ```sh [MISSING_ENV_FILE] missing .env file (/path/to/.env)' ``` It means a .env* file you are trying to access is missing. In some cases you can ignore this ...motdotla created a branch on dotenvx/dotenvx
missing-env-file - a better dotenv–from the creator of `dotenv`
motdotla opened an issue on dotenvx/dotenvx
error code: `[MISSING_ENV_FILE]`
### Are you getting this error? ```sh [MISSING_ENV_FILE] missing .env file (/path/to/.env)' ``` It means a .env* file you are trying to access is missing. In some cases you can ignore this ...motdotla created a comment on an issue on dotenvx/dotenvx
this is a good point you bring up. let me think on it a bit but your suggestion or something close sounds good
motdotla created a comment on an issue on dotenvx/dotenvx
now available: https://dotenvx.com/docs/advanced <img width="1626" alt="image" src="https://github.com/user-attachments/assets/b997d136-f9bd-4467-9322-7fd39145161c"> thanks for pointing out...
motdotla closed an issue on dotenvx/dotenvx
.config() is poorly documented
The [npm installation guide](https://dotenvx.com/docs/install#npm) includes the following in the usage example: ```js require('@dotenvx/dotenvx').config() ``` What `.config()` does isn't ex...motdotla created a comment on an issue on dotenvx/dotenvx
indeed. good point. this is because I cognitively defaulted to [dotenv](https://github.com/motdotla/dotenv) documentation for it. It started mainly as a mechanism to make migration to dotenvx e...
motdotla pushed 2 commits to master motdotla/dotenv
motdotla created a comment on an issue on dotenvx/dotenvx
can you please set up an example repo for me and I will help debug. But your ideas here are breaking (try making the change yourself on dotenvx and running the tests), and I dont plan to make the...
motdotla created a comment on an issue on dotenvx/dotenvx
@AdiMarianMutu possibly related: https://github.com/nrwl/nx/discussions/27435
motdotla created a comment on an issue on dotenvx/dotenvx
ah interesting. maybe I should add it back. can you give me a little more context? like tell a story here of why you do things this way, etc. it will help me determine. i'm trying to keep doten...
motdotla closed a pull request on dotenv-org/dotenv-vault
Update @oclif/plugin-warn-if-update-available requirement from ^2.0.46 to ^2.1.1
Updates the requirements on [@oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available) to permit the latest version. <details> <summary>Release notes</summar...motdotla created a branch on dotenv-org/dotenv-vault
fix-audit - sync .env files—from the creator of `dotenv`.
motdotla created a branch on dotenv-org/dotenv-vault
audit-fix - sync .env files—from the creator of `dotenv`.