Yuichiro Tachibana (Tsuchiya)

Results 357 comments of Yuichiro Tachibana (Tsuchiya)

Now PyDeck is installable (#488 )

Similar issues: https://github.com/whitphx/streamlit-webrtc/issues/852#issuecomment-1139837756 https://github.com/whitphx/streamlit-webrtc/issues/552#issuecomment-1108781763 Basically, when at least one side of the connection, either of the server of the browser, is in some network configs such as being behind a...

Thank you for the report! memo: it seems a problem derived from #201

What environment are you using VSCode in? Linux? Probably the problem you mentioned was discussed in #55 that the Emacs-like key operations such as `C-n` or `C-p` on the find...

~~This PR makes the functional test take +20mis, which is not acceptable... Will keep the CI as-is, and add this dev-server mode as an option for local dev.~~ The original...

In the first place, the `blob` field is not defined in `FileData` on the Python side. https://github.com/gradio-app/gradio/blob/2a5cb978240960fd8b150a1eae6ae8328a5c0c59/gradio/data_classes.py#L173-L180 In the example above, the `blob` field is created (but its value is...

Thanks! > the blob should not be sent to the server when an event is triggered. Agreed with that point. But I think it's not a reason to restrict it...

Maybe we don't have to define each component's data structure but just to convert the file-like data into blob in `get_data()`: https://github.com/gradio-app/gradio/blob/576731051f4945057b32274374de9c835085c24c/js/app/src/init.ts#L216-L225 with something like this pseudo code: ```ts const...

In the AGGrid example, the font files are specified in inline style tags with URLs like the following. ```css ... @font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(../../static/media/source-sans-pro-cyrillic-ext-400-normal.de95c5209ef26bf69ccf.woff2) format("woff2"),url(../../static/media/source-sans-pro-all-400-normal.1882629b5eaf2ec74fbf.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f} ... ``` So, the current...

https://5edbccc3.stlite-sharing.pages.dev/ (PR) 15:53:41.271 worker.ts:172 Loading the Streamlit package 15:53:45.024 worker.ts:179 Loaded the Streamlit package -> 3.753s 15:54:15.207 worker.ts:172 Loading the Streamlit package 15:54:18.707 worker.ts:179 Loaded the Streamlit package -> 3.5s...