Csaba Toth

Results 259 comments of Csaba Toth

Something which could affect this bug: while I was converting over the code to use https://pub.dev/packages/firebase_vertexai I got the error `Unable to submit request because function parameters schema should be...

Another option is to replace with %20. Ultimately you want to do a HTML decode / escape, which is standardized. I have a feeling Python has some functions for that....

The minimum what could be done is to have a CSS style for a Sans Serif substitute. I might have not discovered this if I don't see the Serif substitute...

> This sounds to me a different problem than the original issue. The original issue i about a so called "lie fi", when the wifi and data connection is intermittent....

Code introduced with https://github.com/flutter/packages/commit/81f79653a4cb16f255d522a5c2b9b4fafb0e9c55

https://github.com/flutter/packages/commit/baeb1073e74db84c1cfa9e3e8044b71ed3530366 commit missed this possibly

My simplified code: ``` import streamlit as st from streamlit_chat import message from st_multimodal_chatinput import multimodal_chatinput # Initialise session state variables if "agent_turns" not in st.session_state: st.session_state["agent_turns"] = [] if...

I'll try if this gets rid of some of my crashes which I get out in the wild in production

Why is it deprecated? As the post says there a constructor. I ended up lifting the two functions into a `ColorEx` extension. But everyone will have to do that now?...