vrtulka23

Results 5 comments of vrtulka23

Just to clarify: clicking on other components, like inputs and buttons, should lead to last "value", but to a None "value".

Yes, I observe that when other components (e.g. inputs,...) are clicked on, the streamlit_image_coordinates returns the previously clicked coordinates... So, if I am recording the coordinates into a session (e.g....

Just to clarify. Ideally, one should avoid using "st.rerun()" to update the image, because it flickers and the whole experience looks unprofessional. Cannot you use e.g. st.empty() in the module...

I have an idea how to solve this. You could update image URL in this method by simply adding "?salt=" into the following method: https://github.com/blackary/streamlit-image-coordinates/blob/1ecfe31d4fd6e05508f2673c810cdaa779ae23e1/src/streamlit_image_coordinates/frontend/main.js#L16 This would force the browser...

Hi again, so the problem seems to be in the Homebrew version of HYPRE. I installed HYPRE from the source code and suddenly everything works. Maybe the Homebrew version of...