You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the x variable is not defined,
Numeric $x fields disappear, but alphabetical $x fields remain.
In the case of $_x, only the _ is swallowed.
=> It is not the same result with godotenv than with ruby's dotenv
What do you want to report?
Inconsistency with ruby dotenv
What version?
What do you observe?
When the x variable is not defined,
Numeric $x fields disappear, but alphabetical $x fields remain.
In the case of $_x, only the _ is swallowed.
=> It is not the same result with
godotenv
than with ruby'sdotenv
What env file do you use?
.env
:What do you observe?
What is the expected result?
With ruby's dotenv:
The text was updated successfully, but these errors were encountered: