Denys Sedchenko
Denys Sedchenko
@joho I don't use ruby or node so I don't know, but this is a correct behavior for environment variables in shell scripts.
@joho tested node package [dotenv](https://github.com/motdotla/dotenv) - it has the same issue with multiline values: 
@joho here is a reference behavior (shell script): 
@joho any news regarding this PR?
@coolaj86 currently I'm just using my fork until this PR is "on review": You can temporary redirect dependency to a fork in **go.mod**: ``` replace ( github.com/joho/godotenv => github.com/x1unix/godotenv v1.3.1-0.20200910042738-acd8c1e858a6...
@joho any news?
@milon-bs23 you can switch to my branch until this PR is not merged: **go.mod** ``` replace ( github.com/joho/godotenv => github.com/x1unix/godotenv v1.3.1-0.20200910042738-acd8c1e858a6 ) ``` Also, you can try to use the...
@joho thank you for the reply, I'll take a look at Windows build in a few days :)
@mikeschinkel how do you see that to be implemented?
@mikeschinkel thank you for a report. I'll consider to add some kind of similar notification. Btw currently I'm planning to add [yaegi](https://github.com/traefik/yaegi)-based runtime so sandbox can work fully offline. For...