Ecosyste.ms: Timeline

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

thohan88

thohan88 opened an issue on posit-dev/py-shinywidgets
Interaction in ipyleaflet maps stopped working in v0.4.0+
First of all, thanks for all the work on bringing ipywidgets to shiny, it is fantastic and much appreciated. **Description**: Since updating `shinywidgets` to v0.4.0, apps using `ipyleaflet` fo...
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...
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

thohan88 created a comment on an issue on posit-dev/py-shiny
After looking further into this, I realize this may be the intended behavior: https://github.com/rstudio/shiny/blob/501b012b2b82c0c468dc921ff0a3d9a682c20623/srcts/src/shiny/index.ts#L179-L192 For...

View on GitHub

thohan88 starred posit-dev/py-shiny
thohan88 starred machow/reactable-py
thohan88 opened an issue on machow/reactable-py
Javascript error on User guide and Examples
All rendered tables currently throws a javascript error for me on Chrome: [📚 User guide](https://machow.github.io/reactable-py/get-started) [🧩 Examples](https://machow.github.io/reactable-py/demo...