Ecosyste.ms: Timeline

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

motdotla

motdotla pushed 2 commits to main dotenvx/dotenvx

View on GitHub

motdotla pushed 1 commit to main dotenvx/dotenvx
  • add `set` to type definitions 4a0ae77

View on GitHub

motdotla deleted a branch dotenvx/dotenvx

set-back

motdotla pushed 3 commits to main dotenvx/dotenvx
  • move to buildEnvs d59bc06
  • add options.envKeysFile to config.set 368e87b
  • Merge pull request #492 from dotenvx/set-back move to buildEnvs c873aae

View on GitHub

motdotla closed a pull request on dotenvx/dotenvx
bring back `main.set`
motdotla pushed 1 commit to set-back dotenvx/dotenvx
  • add options.envKeysFile to config.set 368e87b

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
releasing with next patch or minor version

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
Missing type for `ignore` option
In #485 the `src/lib/main.d.ts` was not updated, so I get a type error when using: ```js import { config } from '@dotenvx/dotenvx' config({ ignore: 'MISSING_ENV_FILE' }) ```
motdotla pushed 2 commits to main dotenvx/dotenvx
  • fix: add missing types for config options 1b7e2e1
  • Merge pull request #491 from CHC383/fix/add-tyeps-for-missing-config-options fix: add missing types for config options a73f0cc

View on GitHub

motdotla closed a pull request on dotenvx/dotenvx
fix: add missing types for config options
close: https://github.com/dotenvx/dotenvx/issues/489
motdotla created a comment on a pull request on dotenvx/dotenvx
thank you 🙏

View on GitHub

motdotla opened a pull request on dotenvx/dotenvx
move to buildEnvs
motdotla created a branch on dotenvx/dotenvx

set-back - a better dotenv–from the creator of `dotenv`

motdotla created a comment on an issue on dotenvx/dotenvx
i considered that, but decided against it for two reasons: 1. symmetry: using `require.config(envKeysFile:)` doesn't fit the `cwd` approach well - since that file is nested in a monorepo and the...

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
thanks for catching this! fix going out as `1.30.1` https://github.com/dotenvx/dotenvx/pull/490

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
BUG: combining variable expansion with command substitution
Combining two of the examples from the "Advanced" section of the documentation results in unexpected behaviour: #### NOT WORKING ```ini # .env FILENAME=$(echo demo.txt) DEMO_CONTEN...
motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla created a tag on dotenvx/dotenvx

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

motdotla deleted a branch dotenvx/dotenvx

smarter-eval

motdotla pushed 3 commits to main dotenvx/dotenvx
  • support mixing prior-referencing evaluation and expansion 0f4e6e5
  • changelog 🪵 35c5fae
  • Merge pull request #490 from dotenvx/smarter-eval support complex command substitution combining variable expansion b2fcf66

View on GitHub

motdotla closed a pull request on dotenvx/dotenvx
support complex command substitution combining variable expansion
https://github.com/dotenvx/dotenvx/issues/488
motdotla pushed 1 commit to smarter-eval dotenvx/dotenvx

View on GitHub

motdotla created a branch on dotenvx/dotenvx

smarter-eval - a better dotenv–from the creator of `dotenv`

motdotla created a comment on an issue on dotenvx/dotenvx
released in `1.30.0`. let me know if you run into any issues with it everyone. https://github.com/dotenvx/dotenvx/issues/209

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
How to manage DOTENV_PRIVATE_CI_KEY for multiple apps in monorepo?
## Summary In the [documentation](https://dotenvx.com/docs/monorepos/turborepo#set-decryption-key) for `turborepo` I saw the following example: ``` $ npm run dev web:dev: [[email protected]] i...
motdotla created a comment on an issue on dotenvx/dotenvx
released in `1.30.0`. thank you everyone for your patience. let me know if you run into any edge cases but so far it feels pretty solid. <img width="1606" alt="image" src="https://github.com/use...

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
support specifying path to `.env.keys` file
this would unlock the ability to store the `.env.keys` file as a secret file - similar to what Render and others support: ![render-vars](https://github.com/dotenvx/dotenvx/assets/3848/9f414d30-2...
motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

Load more