Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
schloerke closed a pull request on rstudio/shiny
Stop using Babel; compile JS to ES2020
I think it's time that we move on from using Babel and start using modern browser features natively. My understanding is that Babel is for compiling code to ES2015, which is now 9 years old. Thi...schloerke created a comment on a pull request on rstudio/shiny
Updated stats: ``` .Rbuildignore | 1 - NEWS.md | 2 + babel.con...
schloerke created a comment on a pull request on rstudio/shiny
Talking with @wch , going to bump the target to [ES2021](https://caniuse.com/?feats=mdn-javascript_builtins_string_replaceall,mdn-javascript_builtins_promise_any,mdn-javascript_builtins_weakref,mdn...
schloerke pushed 3 commits to es2020 rstudio/shiny
- feat: De-duplicate client console messages (#4177) * feat: De-duplicate client console messages * refactor(ShinyErr... b8a5aef
- fix(insertTab): Render inserted nav html only once (#4179) * fix: Fix checking if `scope` is a jquery element Fixes... 55b37fd
- Merge branch 'main' into es2020 * main: fix(insertTab): Render inserted nav html only once (#4179) feat: De-dupl... a87d2a2
schloerke created a comment on a pull request on rstudio/shiny
Asked @jcheng5 in person. **Merging!
schloerke pushed 2 commits to add-issue-template posit-dev/py-shiny
schloerke pushed 1 commit to main posit-dev/py-shiny
- bug: Fix narwhals test covering new `NestedType` (#1836) 184a9eb
schloerke closed a pull request on posit-dev/py-shiny
bug: Fix narwhals test covering new `NestedType`
* Generalize to allow for ending with `*Type`schloerke pushed 44 commits to bump_versions posit-dev/py-shiny
- chore(docs): Update dev install instructions (#1721) da0ce2e
- feat(data frame): Add `.update_cell()` and `.update_data()` (#1719) 94aa528
- docs: use upcoming quartodoc description-list option (#1727) Co-authored-by: Michael Chow <[email protected]> 81a4192
- Add narwals integration cmd (#1729) Co-authored-by: Barret Schloerke <[email protected]> 3f120ea
- bug(ci): Split narwhals integration command into two commands (#1731) bd0ea5c
- ci(narwhals): Add type, format, and lint tests for narwhals (#1733) 63daf3a
- bug(download): Properly namespace output_id for render.download in modules (#1732) e88bec4
- chore: Cosmetic code changes (#1734) c1949dd
- tests(dataframe): Add additional backends to test dataframe compatibility (#1723) 023de32
- Add `messages` parameter to `chat_ui()` and `Chat.ui()`; revert #1593 (#1736) d0354b9
- Follow up to #1736: correct markup generation for user role messages (#1737) f0cc575
- fix(playwright): Add playwright workaround within `Accordion`'s `.expect_open()` and `.expect_panels()` (#1165) Co-a... 68a01d0
- chore: Use narwhals >= 1.10.0 (#1742) 8a60787
- feat(theme): Branded theming via brand_yml (#1743) Co-authored-by: Carson Sievert <[email protected]> 1808303
- Update examples to claude-3-5-sonnet-20241022 (#1746) Co-authored-by: Carson Sievert <[email protected]> f22c28a
- v1.2.0 release candidate dd031c4
- Require latest quartodoc 1e9ed9c
- Merge branch 'rc-v1.2.0' e410200
- Start new version 415ced0
- fix(brand): Apply monospace-inline and monospace-block font family (#1762) a35f3a8
- and 24 more ...
schloerke pushed 1 commit to narwhals_nested_type posit-dev/py-shiny
- Update tests/pytest/test_render_data_frame_tbl_data.py b6258b4
schloerke opened a draft pull request on posit-dev/py-shiny
bug: Fix narwhals test covering new `NestedType`
* Generalize to allow for ending with `*Type`schloerke published a release on rstudio/plumber
v1.2.2
* Allow to set plumber options using environment variables `?options_plumber`. (@meztez #934) * Add support for quoted boundary for multipart request parsing. (@meztez #924) * Fix #916, related ...schloerke pushed 1 commit to main posit-dev/posit-sdk-py
- docs: Add docs for `ContentItem` information (#374) a6894dd