Yaroslav Shepilov
Yaroslav Shepilov
yup, I'll keep the ticket open, to fix non-terminal mode
Cool, thanks for confirming
Thanks for reporting!
Hi @yosefy, I believe you are using included config, are you? And constant is added there I managed to reproduce the bug by having included config Fixed now
Hi @jarrah31, cool ideas! Would you mind creating a separate ticket for sorting?
Hi @jarrah31, unfortunately for the nearest time I didn't have much time to work on Script server. I hope I would have some time after summer time. But unless this...
Hi @yosefy, script server propagates all environment variables from the OS to the running script. So I believe you have GOOGLE_OAUTH_SECRET as your secret in OS, is it correct?
Unfortunately, there is no way to hide it :( I would call it a bug (security issue).
Hey, as far as i understand, this is how python buffering works Try running `python -u your_script.py` Alonel schrieb am Sa., 10. Okt. 2020, 00:22: > I'm running Python scripts...
I stumbled upon this inconvenience during testing again and decided to disable python buffering for called scripts (using PYTHONUNBUFFERED env variable). Hopefully, it won't break existing functionality and no one...