Ecosyste.ms: Timeline

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

motdotla

motdotla closed a pull request on dotenvx/dotenvx
encrypt explicit `\n` correctly
motdotla opened a pull request on dotenvx/dotenvx
Fix pro message
motdotla pushed 1 commit to fix-pro-message dotenvx/dotenvx

View on GitHub

motdotla created a branch on dotenvx/dotenvx

fix-pro-message - a better dotenv–from the creator of `dotenv`

motdotla pushed 1 commit to encrypt-newline dotenvx/dotenvx

View on GitHub

motdotla pushed 1 commit to encrypt-newline dotenvx/dotenvx

View on GitHub

motdotla pushed 1 commit to encrypt-newline dotenvx/dotenvx
  • handle encrypting/decrypting explicit newlines a5790b1

View on GitHub

motdotla pushed 1 commit to encrypt-newline dotenvx/dotenvx
  • move dotenv.parse to dotenvParse helper 75e0b41

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
effort started here: https://github.com/dotenvx/dotenvx/pull/495 thanks for catching this @bingtsingw 🙏

View on GitHub

motdotla created a branch on dotenvx/dotenvx

encrypt-newline - a better dotenv–from the creator of `dotenv`

motdotla created a comment on an issue on dotenvx/dotenvx
hmm, at first test it appears correct: ```ini TEST1="not work \n" TEST2='works well \n' ``` before encryption: ```sh $ dotenvx get TEST1 not work $ dotenvx get TEST2 works well \...

View on GitHub

motdotla closed an issue on dotenvx/llmstxt
prevent meta property og:image from triggering on a crawl
for my dotenvx.com/docs site i use urlbox.io to generate screenshots when the pages are sent over social media. this is under the meta attribute: ``` <meta property="og:image" content=""> ``` ...
motdotla created a comment on an issue on dotenvx/llmstxt
@devin-ai-integration can you work on this ^

View on GitHub

motdotla opened an issue on dotenvx/llmstxt
prevent meta property og:image from triggering on a crawl
for my dotenvx.com/docs site i use urlbox.io to generate screenshots when the pages are sent over social media. this is under the meta attribute: ``` <meta property="og:image" content=""> ``` ...
motdotla deleted a branch dotenvx/llmstxt

devin/1734560569-add-llmstxt-description

motdotla pushed 2 commits to main dotenvx/llmstxt
  • docs: add description of llms.txt purpose Co-Authored-By: mot <[email protected]> bb49454
  • Merge pull request #1 from dotenvx/devin/1734560569-add-llmstxt-description docs: add description of llms.txt purpose e3dfe04

View on GitHub

motdotla closed a pull request on dotenvx/llmstxt
docs: add description of llms.txt purpose
# Add description of llms.txt purpose This PR adds a brief description of what llms.txt is and its purpose in the README.md file. This helps users better understand the tool's purpose at first gla...
motdotla created a comment on an issue on dotenvx/dotenvx
(Looks like almost all of your `.env*` files are uniquely named so you will only get a moderate advantage to using `-fk` since `-fk` still follows the pattern of `DOTENV_PRIVATE_KEY_${ENVIRONMENT}`...

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
> when I have DOTENV_PUBLIC_KEY_DEV only, run method throws error, but DOTENV_PUBLIC_KEY only works well What was in your `.env.keys` file at this time? I am betting you were missing the 'DOTENV...

View on GitHub

motdotla reopened an issue on dotenvx/dotenvx
Do not regenerate `PUBLIC_KEY` if `DOTENV_PUBLIC_KEY` exists
I have a `.env.dev` like this: ``` DOTENV_PUBLIC_KEY="e06d573ea868c89af3e102fcb49b47f5c929ed75d573e0691365e764504e5225c8" HOST="A" ``` After running `dotenvx encrypt -f .env.dev` It becomes...
motdotla created a comment on an issue on dotenvx/dotenvx
this is because your public key was incorrectly named in the `.env.dev` file. It must follow the pattern: ``` .env.ENVIRONMENT => DOTENV_PUBLIC_KEY_${ENVIRONMENT} ``` so if you rename your ...

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
Do not regenerate `PUBLIC_KEY` if `DOTENV_PUBLIC_KEY` exists
I have a `.env.dev` like this: ``` DOTENV_PUBLIC_KEY="e06d573ea868c89af3e102fcb49b47f5c929ed75d573e0691365e764504e5225c8" HOST="A" ``` After running `dotenvx encrypt -f .env.dev` It becomes...
motdotla created a comment on an issue on dotenvx/dotenvx
yes, you can pass `ignore: ['MISSING_ENV_FILE']` <img width="1810" alt="image" src="https://github.com/user-attachments/assets/3e27b3e0-1138-4b0e-9c99-06f568039d3e" />

View on GitHub

motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla created a comment on an issue on dotenvx/dotenvx
available in `1.31.0` or greater <img width="1834" alt="image" src="https://github.com/user-attachments/assets/bc42e4ee-05b8-431b-acf6-728d869be3b2" />

View on GitHub

motdotla closed an issue on dotenvx/dotenvx
How to use `set` simply programmatically
Hi, I know this was undocumented, but it looks like `set` was removed in #410, although it was still present in the typescript declaration until commit https://github.com/dotenvx/dotenvx/commit/...
motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

motdotla created a tag on dotenvx/dotenvx

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

motdotla pushed 1 commit to main dotenvx/dotenvx

View on GitHub

Load more