Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
motdotla created a comment on a pull request on dotenvx/dotenvx
> It's common for a developer workflow to use one of the following commands to commit changes, neither of which would be protected by the current precommit hook: Indeed, that is common. But have...
motdotla created a review comment on a pull request on dotenvx/dotenvx
nevermind. i see it here: https://github.com/microsoft/winget-pkgs/pull/200439 thanks for this guys! anything else you need from me let me know.
motdotla created a review comment on a pull request on dotenvx/dotenvx
ok, i think it worked: https://github.com/dotenvx/dotenvx/actions/runs/12439823801/job/34734350769 where do i go to view it now that it is not a PR request?
motdotla pushed 1 commit to main dotenvx/dotenvx
- powershell for parsing version in windows winget call a332b31
motdotla closed an issue on dotenvx/dotenvx
Use wingetcreate for releasing new versions to WinGet
The current workflow file uses an existing manifest file and simply replaces certain fields when creating the new manifest. While this works, it leaves the WinGet manifests in non-standard state. ...motdotla pushed 5 commits to main dotenvx/dotenvx
motdotla closed a pull request on dotenvx/dotenvx
feat: Use wingetcreate for releasing to WinGet
* Resolves #497motdotla created a review comment on a pull request on dotenvx/dotenvx
that's pretty trustworthy :). thanks. i'll try and test this out shortly.
motdotla created a review comment on a pull request on dotenvx/dotenvx
thanks for this PR! looks potentially very helpful (removing a lot of boilerplate) but can you point me to docs on this url? i'm hesitant to trust it initially as it downloads an executable remo...
motdotla created a comment on an issue on dotenvx/dotenvx
closing but if others come across this, please leave your thoughts and @ me.
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
releasing now as `1.31.1`. should be good but if you still run into issues let me know. there is one caveat here that when you encrypt and then decrypt it is going to expand those newlines. this...
motdotla pushed 3 commits to main dotenvx/dotenvx
motdotla pushed 6 commits to main dotenvx/dotenvx
- show failing tests for explicit newlines being encrypted 47a710c
- move dotenv.parse to dotenvParse helper 75e0b41
- handle encrypting/decrypting explicit newlines a5790b1
- clean up 🧽 1f5c44f
- clean up 🧽 4d67633
- Merge pull request #495 from dotenvx/encrypt-newline show failing tests for explicit newlines being encrypted 6a9b554