Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
fkatada pushed 111 commits to main fkatada/py-gradio
- adds a `run_examples_on_click` parameter to `gr.ChatInterface` mirroring the the `run_on_click` parameter in `gr.Exam... 48e4aa9
- Fixes ERR_PNPM_UNSUPPORTED_ENGINE while creating a devcontainer. (#10154) Details: https://github.com/gradio-app/gra... d5b299c
- Fix: Added support for show_api in mount_gradio_app (#10097) * Fix: Added support for show_api in mount_gradio_app ... 43d88c3
- Add Japanese message into message catalog (#10159) * Add Japanese message into message catalog * add changeset ... 7ca3685
- Improve pasted text behaviour in `Multimodaltextbox` (#10135) * handle pasted text as file * test * add change... 3e93740
- Fix chatbot `visible` prop not reacting to changes (#10161) * Fix bug * add changeset * add changeset -----... 3a053cc
- Improve uploaded file UI in Chatbot (#10137) * handle pasted text as file * test * add changeset * remove u... fe7a9db
- Quick Fix: Fixes autoplay parameter for Audio/Video in Chatbot (#10129) * chat fixes * add changeset * autopla... 2b55302
- make printing the error message from a `gr.Error` to the console configurable (#10158) * make print_exc error config... 19e1ef5
- Let Gradio be typed! (#10167) * py.typed * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr... 5f03649
- Add Japanese translations for login UI (#10166) * Add Japanese translations for login UI * add changeset * add... 8ac5b13
- Multimodal autofocus fix (#10168) * autofocus * add changeset --------- Co-authored-by: gradio-pr-bot <grad... 7d70596
- Add a `.click()` event and `padding` parameter to the `HTML` component (#10155) * add click event to html * forma... 23a2958
- Resizeable chatbot (#10149) * changes * add changeset * changes * changes * changes --------- Co-a... 9cd291b
- Fix `multipart` ModuleNotFoundError by renaming import to `python_multipart` (#10188) * Fix ModuleNotFoundError ... 22fe4ce
- Clean up `gr.ChatInterface` and fix API type discrepancy (#10185) * changes * add changeset * changes * cle... e525680
- Custom component in rerender (#10170) * changes * add changeset * changes * Support gr.Examples in gr.rende... 5e6e234
- JSON type fix in Client and and typing fix for `/chat` endpoint in `gr.ChatInterface` (#10193) * fix * add change... 424365b
- Pass value of `HF_TOKEN` environment variable when loading models with `gr.load` (#10092) * verbose * add changes... 20b9d72
- Allow Chatbot examples to show more than one image (#10111) * change example image limit to 4 * add changeset ... 3665e81
- and 91 more ...
fkatada pushed 182 commits to develop fkatada/py-slit-streamlit
- Add `.venv` to gitignore (#9881) ## Describe your changes I recently tried to use uv for managing the virtual env... 5290639
- Bump cross-spawn from 7.0.3 to 7.0.6 in /frontend (#9883) Bumps [cross-spawn](https://github.com/moxystudio/node-cro... 7e2ca31
- Bump cross-spawn from 7.0.3 to 7.0.6 in /component-lib (#9884) Bumps [cross-spawn](https://github.com/moxystudio/nod... 9445ca8
- Add async generator support to `st.write_stream` (#8724) ## Describe your changes Implements support for async ge... b0b65a4
- Rewrite StatusWidget as a functional component (#9851) ## Describe your changes Migrate the StatusWidget componen... 0e914fc
- Add _repr_html_ support to st.html, and avoid throwing for non-paths (#9877) ## Describe your changes Today, `st.... d94e4ef
- Remove the stale bot workflow (#9880) ## Describe your changes Removes the stale PR bot workflow since it does no... bb99ba7
- Remove temporary padding fix for fullscreen button (#9882) ## Describe your changes Removes a temporary fix that ... e98dc5b
- [chore] Update eslint rules for RTL (#9747) ## Describe your changes - Based on some feedback in https://github.... c2b034c
- Upgrade frontend dependency to arrow 18 (#9889) ## Describe your changes Upgrades Apache arrow frontend dependency ... c574d26
- Split up quiver module for arrow data handling (#9891) ## Describe your changes This PR extracts a couple of static... c16232e
- Use default value "today" for st.date_input (#9819) ## Describe your changes Change default value of `st.date_inp... 6c003db
- Fix wrong dataframe return typing (#9898) ## Describe your changes Fixes an issue with the `st.dataframe` return ... ec94213
- [chore] Introduce Performance Lighthouse Metrics (#9769) ## Describe your changes - Baseline infrastructure for r... d600f85
- [chore] Run Lighthouse on nightly builds (#9903) ## Describe your changes - Runs the `Performance - Lighthouse` w... 0a8b842
- Fix URI decoding of link column display text (#9895) ## Describe your changes Fixes the decoding of regex-matched... 0d7b1d3
- Remove overflow to make dialog compatible with the toolbar (#9897) ## Describe your changes The toolbar of elemen... 5200670
- Remove Segment (#9815) This PR completes the metrics provider transition to stop sending metrics events to Segment e4324ca
- [fix] Typo in workflow input checking (#9907) ## Describe your changes - Ensures we actually access the inputs to... e68c090
- Set Python 3.9 as minimum version and remove unused type-ignore comment (#9919) ## Describe your changes Fixes an... f65920e
- and 162 more ...