Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jcheng5 pushed 5 commits to plot-size-with-zoom rstudio/shiny
- ExtendedTask: add example to docs (#4087) Co-authored-by: Garrick Aden-Buie <[email protected]> d37beee
- Work around a selectize bug (re-fixes #3966) (#4142) * Work around a selectize bug (re-fixes #3966) --------- ... b6bcfc8
- chore: routine (#4161) ce6a562
- feat: Avoid throwing errors for shared input/output IDs (#4101) * refactor: Factor out message display from error ha... e5083f4
- Merge remote-tracking branch 'origin/main' into plot-size-with-zoom 5d52279
jcheng5 pushed 1 commit to plot-size-with-zoom rstudio/shiny
- Add TODO Co-authored-by: Garrick Aden-Buie <[email protected]> 12fa42d
jcheng5 pushed 1 commit to gemini-streaming tidyverse/elmer
- Safety ratings can be last one wins (see Go SDK) e56763c
jcheng5 pushed 1 commit to gemini-streaming tidyverse/elmer
- Various Gemini merge corrections based on Go SDK 65583fb
jcheng5 pushed 1 commit to gemini-streaming tidyverse/elmer
- Use correct case I don't understand how, but the Python SDK code uses snake case while the actual API uses camel case!? 7892dab
jcheng5 opened a draft pull request on tidyverse/elmer
Implement Gemini-specific chunk merging logic
Fixes #199jcheng5 pushed 9 commits to plot-size-with-zoom rstudio/shiny
- Use double-tilde for strikethrough in Markdown tests (#4144) * Use double-tilde for strikethrough in Markdown tests ... a145add
- Fix url bookmarking with possibility to modify excludes (#3762) * Fix url bookmarking with possibility to modify exc... 79af1d6
- Closing bracket missing (#4150) * type * typo 7785a76
- docs(runExample): `display.mode` follows DESCRIPTION (#4152) Fixes #4077 The argument documentation wasn't update... ee1aac8
- chore: Remove zipfs from recommended vscode extensions (#4151) 501b012
- Stack trace domain explosion (#4155) * Avoid way too many promise domains being activated Using `captureStackTrac... 4589245
- Update NEWS.md for stack trace domain explosion 82c678a
- Limit deep stack growth (#4156) * Limit deep stack growth * Improvements to deep stack trace culling - Keep ar... 79ee256
- Merge branch 'main' into plot-size-with-zoom 0172aa5
jcheng5 pushed 1 commit to main rstudio/shiny
- Limit deep stack growth (#4156) * Limit deep stack growth * Improvements to deep stack trace culling - Keep ar... 79ee256
jcheng5 closed a pull request on rstudio/shiny
Limit deep stack growth
Related to https://github.com/jcheng5/shinychat/issues/16jcheng5 pushed 1 commit to deep-stack-limit rstudio/shiny
- Remove excessively cautious try/catch 4a2cf6c
jcheng5 pushed 1 commit to deep-stack-limit rstudio/shiny
- Use more specific attribute name Co-authored-by: Carson Sievert <[email protected]> 88c2b16
jcheng5 created a review comment on a pull request on rstudio/shiny
The actionable thing to do is file an issue I guess? I had a coworker who used to put in assertions that said "Call Brian"--this is kind of like that situation 😄
jcheng5 created a review comment on a pull request on rstudio/shiny
I started with hashing the call stack, it was _shockingly_ slow and also did not perform any deduplication. Using the names instead solved both problems. And yes, since this is all about managing t...
jcheng5 created a comment on a pull request on rstudio/shiny
I didn't have the brain cells to fully grok bind.ts but otherwise, things look fine. Eventually I'd like us to seriously consider having the console UI pop up on all unhandled JS errors (`window...
jcheng5 created a comment on an issue on tidyverse/elmer
If you print the `chat1` object you'll also see that the message that's saved in the conversation history only includes the one "The" word. So this will also cause Gemini to have no idea what you'r...
jcheng5 created a comment on a pull request on rstudio/shiny
@cpsievert @gadenbuie was this too paranoid? https://github.com/rstudio/shiny/pull/4156/commits/d4f144d6e2c5de2053d1ef72c86125395cf5dab4
jcheng5 pushed 1 commit to deep-stack-limit rstudio/shiny
- Super conservatively wrap appendCallStackWithDupe in try/catch d4f144d
jcheng5 pushed 1 commit to deep-stack-limit rstudio/shiny
- Warn only once on call stack digest cache miss a3d07a9
jcheng5 pushed 1 commit to deep-stack-limit rstudio/shiny
- Simplify/robustify reactlog version checking test af4e23a
jcheng5 pushed 1 commit to deep-stack-limit rstudio/shiny
- typo Co-authored-by: Carson Sievert <[email protected]> dc3dea6