Karen Javadyan

Results 29 comments of Karen Javadyan

> If it's not too much work, can we add unit tests for this? Yep, thanks Thomasz! Usually, we don't add checks for log messages, but maybe this is something...

Thank you @lcalmbach for reporting this issue. Good point. On the other hand, I am not sure what API will be preferable: adding the `disabled` option to `form_submit_button` to be...

Thanks, @tconkling, and @kmcgrady for your help and review! I added explanatory comments. Regarding repetitive logic in tests, I think it's worth keeping the test logic as simple as possible,...

Hey @kalfasyan! You can try to use `st.camera_input` https://docs.streamlit.io/library/api-reference/widgets/st.camera_input , please let us know, if it works for you

Probably related to https://github.com/streamlit/streamlit/issues/5291

Hello, @ayushr2, and thanks for the detailed response! I think this is the same bug, we discussed here https://github.com/streamlit/streamlit/issues/4842 Yes, we not support running streamlit from the OS root directory...

@snehankekre thank you very much, I think it looks good! Another option to mitigate this issue could be to wrap this error and raise a more descriptive error message in...

Hello @felp99 . Could you please provide more context for the issue?

Thank you @felp99 and @david-huck ! We were able to reproduce the issue and can confirm that the bug exists. The minimal code snippet that I used for verification is...

Hey @jkneer, thank you for opening this issue! you are correct, it is the same behavior that we have originally with #2379 , and it is related to the Streamlit...