Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
thohan88 created a comment on an issue on posit-dev/py-shiny
Thanks @cpsievert, I should have caught that. For anyone else wondering how to implement input validation with this, here is an [example on shinylive.io](https://shinylive.io/py/app/#code=NobwRAd...
thohan88 closed an issue on posit-dev/py-shiny
Adding attributes to inputs
There may be an easy way of doing this, but all my attempts to add attributes to an input using `input_xxx()` has failed. My use case is adding [bootstrap validation](https://getbootstrap.com/docs...cpsievert created a comment on an issue on posit-dev/py-shiny
Yes, tags have a `.children` attribute: ```python inp.children[1].attrs["required"] = True ```
thohan88 created a comment on an issue on posit-dev/py-shiny
Thanks for the response, @cpsievert. It does not solve the example above as it adds the attribute to the outer `<div>`-tag in the case of a shiny input. Is there any way to add the attribute to a ...
cpsievert created a comment on an issue on posit-dev/py-shiny
Is it technically possible to restyle without re-rendering the component with a clever use of `ui.tags.style()` and reactivity. [For example](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGK...
cpsievert pushed 1 commit to feat/chat-tool-calls posit-dev/py-shiny
- More minimal approach to templates; gut litellm ae1c095
cpsievert pushed 1 commit to feat/chat-tool-calls posit-dev/py-shiny
- More minimal approach to templates f956b45
jnhyeon created a comment on an issue on posit-dev/py-shiny
If I copy-paste the sentence '너에 대해 소개해줘' like you did, the last letter doesn't remain. However, if I type 'I너에 대해 소개해줘' in Korean and hit 'Enter', the problem still occurs. I think you need to ch...
GiorgioMiglia opened an issue on posit-dev/py-shiny
Add a Way to Dynamically Update CSS for Components
Currently, there is no straightforward way to update the CSS of a component after it has been loaded, even if it has an ui.update function. The only workaround I found involves removing the element...HarrisonWismer opened an issue on posit-dev/py-shiny
Caching home page
Hello, Curious if caching has been implemented in the Python API yet? I'm trying to cut down on the time my shiny app takes to start when people visit the webpage. I have some figures that render ...cpsievert created a comment on an issue on posit-dev/py-shiny
This is the behavior I see when I copy/paste that into [a basic `ui.Chat()` example](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMAMwCdiYACAZwAsBLCbJjmVYnTJMAgujxM...
JoseBlanca created a comment on an issue on posit-dev/py-shiny
A friend has help me out, and she has created a workaround that seems to work. She has added a Javascript line that I have added as the first line in my ui.page_fixed ``` page = ui.page_fixed( ...
jnhyeon created a comment on an issue on posit-dev/py-shiny
Thank you for your feedback. Please try typing in Korean below. 너에 대해 소개해줘 (Tell me about yourself)
gernophil created a comment on an issue on posit-dev/py-shiny
Just wanted to ask, if there is any news to this?
gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
- fix: Work around bslib's `$default` for BS3-4 compat 7c67f61