Ecosyste.ms: Timeline

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

schloerke

schloerke created a comment on a pull request on posit-dev/chatlas
Got it to pass by waiting. woot

View on GitHub

schloerke opened an issue on posit-dev/py-shiny
`shiny.express.modal()` should be a context manager
Because a modal is similar to a card, I thought I'd be able to write: ```python from shiny.express import input, render, ui with ui.modal(): ui.input_slider("n", "N", 0, 100, 20) ...