Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
- handle encrypting/decrypting explicit newlines a5790b1
motdotla pushed 1 commit to encrypt-newline dotenvx/dotenvx
- move dotenv.parse to dotenvParse helper 75e0b41
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 🙏
motdotla opened a pull request on dotenvx/dotenvx
show failing tests for explicit newlines being encrypted
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 \...
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 ^
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 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