Denys Sedchenko

Results 62 comments of 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: ![Screenshot_20201110_174640](https://user-images.githubusercontent.com/9203548/98696722-d320ef80-237c-11eb-9039-4ebd90f95a48.png)

@joho here is a reference behavior (shell script): ![image](https://user-images.githubusercontent.com/9203548/98697092-327eff80-237d-11eb-9fdf-5284c6539be4.png)

@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...

@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 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...