Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

posit-dev/py-shiny

cpsievert deleted a branch posit-dev/py-shiny

chatlas

cpsievert pushed 1 commit to feat/chat-tool-calls posit-dev/py-shiny

View on GitHub

cpsievert created a branch on posit-dev/py-shiny

chatlas - Shiny for Python

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...

View on GitHub

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 ```

View on GitHub

usmanakram232 starred posit-dev/py-shiny
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 ...

View on GitHub

MSardelich starred posit-dev/py-shiny
huytnd starred posit-dev/py-shiny
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...

View on GitHub

cpsievert pushed 1 commit to feat/chat-tool-calls posit-dev/py-shiny
  • More minimal approach to templates; gut litellm ae1c095

View on GitHub

cpsievert pushed 1 commit to feat/chat-tool-calls posit-dev/py-shiny
  • More minimal approach to templates f956b45

View on GitHub

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...

View on GitHub

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...
cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

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...

View on GitHub

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( ...

View on GitHub

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)

View on GitHub

gernophil created a comment on an issue on posit-dev/py-shiny
Just wanted to ask, if there is any news to this?

View on GitHub

gadenbuie pushed 1 commit to refactor/theme/from-brand posit-dev/py-shiny
  • fix: Work around bslib's `$default` for BS3-4 compat 7c67f61

View on GitHub

gadenbuie created a review on a pull request on posit-dev/py-shiny

View on GitHub

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
Yup! Fixed in rstudio/bslib#1149

View on GitHub

nicklausbrown starred posit-dev/py-shiny
HarrisonWismer created a comment on an issue on posit-dev/py-shiny
This is perfect, thanks! The three things being returned aren't all slices from the same dataframe but a substantial amount of time is saved by the reactive calculation!

View on GitHub

HarrisonWismer closed an issue on posit-dev/py-shiny
Output multiple ui elements from one function call
Hi! This could be extremely obvious but I can't find anything that jumps out explicitly to me in the API reference. I have a single, computationally expensive function that does operations on a lar...
cpsievert created a review comment on a pull request on posit-dev/py-shiny
Could it be that this is the problem? https://github.com/rstudio/bslib/blob/112efd0e/inst/lib/bs5/scss/_variables.scss#L303

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

schloerke pushed 1 commit to main posit-dev/py-shiny
  • ci: Use latest deploy-pages (#1796) 7ae7725

View on GitHub

Load more