#dotenv
📦 julienlinard/php-dotenv 1.0.0

Une librairie PHP simple et moderne pour charger les variables d'environnement depuis un fichier .env

🔗 https://github.com/julien-lin/php-dotenv
November 16, 2025 at 8:57 PM
[confirm("Are you sure?")]
@with-prod +ARGS:
just --dotenv-filename .env.prod {{ARGS}}

이 패턴 너무 좋다
November 15, 2025 at 9:04 AM
Crosspost 1.0.2 has been released!

🔧 Replaced dotenv with native process.loadEnvFile for env handling

Details:
https://github.com/human...
November 11, 2025 at 10:19 PM
i was trying to use this with a dotenv file and it was driving me insane because it kept dumping the whole file. not just the one key
November 10, 2025 at 3:55 PM
opencode can go f*ck itself with this issue i keep vetting via WSL
November 8, 2025 at 6:03 PM
Merged PRs for 2025-11-05

Modules
#458863 nixos-rebuild-ng: also consider `--no-build-output` with flake rebuilds

Packages
#458958 vimPlugins.cmp-dotenv: init at 2024-06-05
#458964 teleport_16: 16.5.16 -> 16.5.18; teleport_17: 17.7.5 -> 17.7.8; teleport_18: 18.2.2 -> 18.3.1
November 6, 2025 at 12:05 AM
standard approach is to use a .env file (load it using python-dotenv) and immediately put .env in a .gitignore.
November 4, 2025 at 7:23 AM
✅ New feature in progress for Nelson: loadenv, a function to load environment variables from .env files directly into your session.

#NelsonLang #DotEnv #loadenv #DevTools #Scripting #Productivity #Programming #ScientificComputing #OpenSource #Coding #STEM #Matlab #Scilab #GNUOCtave
November 1, 2025 at 7:22 AM
Aaaand it’s merged. The upcoming version of @vscode.dev will support dotenv out of the box.
Add dotenv support by remcohaszing · Pull Request #273074 · microsoft/vscode
This adds basic language support for the dotenv language. This includes syntax highlighting and a language configuration file. The dotenv language is applied to files with the .env extension, files...
github.com
October 30, 2025 at 10:23 AM
Goodbye dotenv 👋 — Node.js 20 brings native .env support!
Помітив прекол. Коли завантажую конфігурацію з .env файлу через dotenv, то на Mac із підпапок конфігурація не завантажувалась, бо .env файл автоматично не знаходився у батьківській папці. Довелось додати:
require('dotenv').config({path: '../.env'});
#js #dotenv #javascript #джаваскрипт
October 29, 2025 at 7:03 PM
Обсуждение рекламы dotenvx в сообщения о выполнении dotenv: анализ и взгляды сообщества

https://kripta.biz/posts/2DF78FD9-5F56-4E38-8B22-228EC73C58E8
October 27, 2025 at 10:27 PM
深入解析Dotenv运行时日志中的推广信息及其影响

https://qian.cx/posts/54F6AFAF-7BEC-4AD6-B887-14A39DB9D98A
October 27, 2025 at 10:26 PM
📦 alezhu/dotenv-editor 2.3.0

A fork of original koel/dotenv-editor package for edit .env file with some improvements

🔗 https://github.com/alezhu/Laravel-Dotenv-Editor
October 23, 2025 at 9:11 PM
TIL the `dotenv` library now logs ads for their new service to `stdout` on startup

Why in the world
October 23, 2025 at 4:45 PM
📦 lazervel/dotenv v2.0.0

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automatically.

🔗 https://github.com/lazervel/dotenv
October 19, 2025 at 4:59 PM
Why I Built a Zig Dotenv Lib

While working on a Zig based CLI argument parser, I found myself creating a dotenv parser as an unexpected side project.

#hackernews #news
Why I Built a Zig Dotenv Lib
While working on a Zig based CLI argument parser, I found myself creating a dotenv parser as an unexpected side project.
hackernoon.com
October 17, 2025 at 4:19 AM
October 17, 2025 at 12:24 AM
Accidentally Made a Zig Dotenv Parser
L: https://dayvster.com/blog/accidentally-made-a-zig-dotenv-parser/
C: https://news.ycombinator.com/item?id=45538982
posted on 2025.10.10 at 09:45:48 (c=0, p=3)
October 17, 2025 at 12:23 AM
While working on a Zig based CLI argument parser, I found myself creating a dotenv parser as an unexpected side project. #programming
Why I Built a Zig Dotenv Lib
hackernoon.com
October 16, 2025 at 6:15 AM
Crosspost 1.0.1 has been released!

🐞 Downgraded dotenv to fix console.log breaking MCP output

Details:
https://github.com/human...
October 15, 2025 at 2:12 PM
[Articles] Run Django tests using PostgreSQL in GitHub Actions

Configure GitHub Actions to run Django unit tests on a PostgreSQL service using environment variables with python-dotenv and dj-database-url for accurate production replication. #djangonews

www.loopwerk.io/articles/20...
Run Django tests using PostgreSQL in GitHub Actions
Did you know that you can run unit tests for your Django app, in GitHub Actions, using PostgreSQL?
www.loopwerk.io
October 14, 2025 at 2:00 PM
Accidentally Made a Zig dotenv Parser
How I ended up creating a dotenv parser while working on a CLI argument parser dayvster.com/blog/acciden...
Accidentally Made a Zig dotenv Parser
How I ended up creating a dotenv parser while working on a CLI argument parser
dayvster.com
October 14, 2025 at 5:32 AM
October 13, 2025 at 11:30 PM
Accidentally Made a Zig Dotenv Parser
L: https://dayvster.com/blog/accidentally-made-a-zig-dotenv-parser/
C: https://news.ycombinator.com/item?id=45518649
posted on 2025.10.08 at 13:39:00 (c=0, p=3)
October 13, 2025 at 11:24 PM