Ecosyste.ms: Timeline

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

karangattu

karangattu pushed 1 commit to main karangattu/shiny_helpdesk

View on GitHub

karangattu opened a pull request on posit-dev/py-shiny
fix(controllers): Add missing expect_max_height method for value box controllers
This pull request introduces a new method to check the maximum height of a value box and updates the corresponding tests to use this new method. ### New Method Addition: * [`shiny/playwright/...
karangattu created a branch on posit-dev/py-shiny

add-missing-controller-method - Shiny for Python

karangattu opened a pull request on posit-dev/py-shiny
fix(controllers): use regex pattern that matches any string (including an empty string)
This pull request includes changes to the `shiny/playwright/controller/_input_buttons.py` file to improve functionality and maintainability. The most important changes focus on enhancing the `expec...
karangattu created a branch on posit-dev/py-shiny

fix-expect-disabled-controller-method - Shiny for Python

karangattu pushed 1 commit to use-sonnet-for-examples karangattu/pyshiny_examples

View on GitHub

karangattu opened a pull request on posit-dev/py-shiny
docs: Add missing InputActionButton to testing docs
Currently the [testing function reference](https://shiny.posit.co/py/api/testing/) page does not include `InputActionButton`. This pull request includes a minor update to the `docs/_quartodoc-te...
karangattu created a branch on posit-dev/py-shiny

fix-testing-docs - Shiny for Python