Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jcheng5 created a review comment on a pull request on posit-dev/py-shinywidgets
Consider doing the session initialization before the widget initialization. And maybe in a separate function
jcheng5 created a review comment on a pull request on posit-dev/py-shinywidgets
Please add a `.catch` to the end of the `.then` that least logs errors
jcheng5 created a review comment on a pull request on posit-dev/py-shinywidgets
To match what's in that second link ```suggestion m.trigger("comm:close"); m.close(); // .close() isn't enough to remove manager's reference to it, // and apparently the only w...
jcheng5 created a review comment on a pull request on posit-dev/py-shinywidgets
Please rename `_restore_state` to something more like cleanup or whatever
jcheng5 created a review comment on a pull request on posit-dev/py-shinywidgets
Bring in the `Widget.comm.klass` monkeypatching to happen tightly around this assignment
jcheng5 pushed 2 commits to main r-lib/httr2
jcheng5 closed a pull request on r-lib/httr2
Update curl version dependency
Without this, `req_perform_promise` doesn't work correctly, nor does elmerjcheng5 created a comment on a pull request on r-lib/httr2
@hadley I need to merge this before tomorrow's hackathon, I'm asking forgiveness instead of permission
jcheng5 created a comment on a pull request on r-lib/later
@shikokuchuo Thank you for the suggestion to use `rlang::interrupt()`. The `pskill` approach was definitely not doing the right thing on Windows, neither was sending Ctrl+C the way I was doing it. ...
jcheng5 pushed 1 commit to fix-run-now-errors-and-interrupts r-lib/later
- Skip C++ exception handling tests on Windows i386 3762591
jcheng5 pushed 1 commit to fix-run-now-errors-and-interrupts r-lib/later
- Improve tests using rlang::interrupt 424236e
jcheng5 pushed 1 commit to main r-lib/later
- Some small improvements (#193) * fix a todo with Rf_warningcall_immediate() * as.character() is more performant t... 05a75df