Ecosyste.ms: Timeline

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

jcheng5

jcheng5 created a comment on an issue on posit-dev/shinychat
Ended up being 0.1.1.

View on GitHub

jcheng5 closed an issue on posit-dev/shinychat
Release shinychat 0.1.0
First release: * [x] `usethis::use_news_md()` * [x] `usethis::use_cran_comments()` * [x] Update (aspirational) install instructions in README * [x] Proofread `Title:` and `Description:` * [x] Chec...
jcheng5 created a comment on an issue on posit-dev/shinychat
Thanks Sharon! I've added a redirect/placeholder to the jcheng5 URL and am in the process of getting admin permissions on the repo so I can edit the link.

View on GitHub

jcheng5 pushed 1 commit to gh-pages jcheng5/shinychat

View on GitHub

jcheng5 created a branch on jcheng5/shinychat

gh-pages

jcheng5 created a branch on jcheng5/shinychat

main

jcheng5 created a repository: jcheng5/shinychat

https://github.com/jcheng5/shinychat

jcheng5 created a comment on an issue on jeroen/curl
@jeroen Works great, thank you!

View on GitHub

jcheng5 created a comment on a pull request on jeroen/curl
I tried it the way you said, it is a little more jarring than I expected to see an error on interrupt. I did see a comment earlier today that some cleanup will happen when the con is garbage collec...

View on GitHub

jcheng5 deleted a branch posit-dev/py-shiny

chat-append-incremental

jcheng5 pushed 1 commit to main posit-dev/py-shiny

View on GitHub

jcheng5 closed a pull request on posit-dev/py-shiny
Chat append incremental
Currently when streaming with the Shiny for Python `ui.Chat()` component, the entire accumulated content string gets sent on every chunk. This is because `@transform_assistant_response` allows you ...
jcheng5 created a review on a pull request on posit-dev/py-shiny

View on GitHub

jcheng5 pushed 1 commit to interruptible-open jcheng5/curl

View on GitHub

jcheng5 opened a pull request on jeroen/curl
Allow open(curl(url)) to be interrupted
Fixes https://github.com/jeroen/curl/issues/363 I'm not sure if this is right... for example, do I need to make sure `reset(con)` is called?
jcheng5 opened an issue on jeroen/curl
Curl connection open() can't be interrupted
We make heavy use of `curl::curl()` in [ellmer](https://github.com/tidyverse/ellmer). Sometimes when the LLM APIs get slow, it puts the R session in an uninterruptible hang. ## Repro steps Fi...
jcheng5 created a branch on jcheng5/curl

interruptible-open - A Modern and Flexible Web Client for R

jcheng5 pushed 1 commit to main jcheng5/databot

View on GitHub

jcheng5 pushed 1 commit to main jcheng5/databot

View on GitHub

jcheng5 pushed 2 commits to main jcheng5/databot
  • Fix plots; make prompt suggestions clickable 249140a
  • Fix many bugs, including plotting 7d79832

View on GitHub

jcheng5 pushed 2 commits to main jcheng5/shinychat
  • Remove CRAN-SUBMISSION 0c768f8
  • Increment version number to 0.1.1.9000 1ef2bea

View on GitHub

jcheng5 created a tag on jcheng5/shinychat

v0.1.1 - Chat UI component for Shiny for R

jcheng5 published a release on jcheng5/shinychat
shinychat 0.1.1
* Initial CRAN submission.
jcheng5 pushed 7 commits to main jcheng5/shinychat

View on GitHub

jcheng5 pushed 1 commit to rc-v0.1.0 jcheng5/shinychat
  • CRAN submission for 0.1.1 1219451

View on GitHub

jcheng5 pushed 4 commits to main jcheng5/databot
  • Crazy non-tool mode. This wasn't the right approach f79968b
  • Revert "Crazy non-tool mode. This wasn't the right approach" This reverts commit f79968bf304522e464056dfeb18d67e9c10... b13ebc7
  • Revert "Replace tool calling with structured output" This reverts commit 0b0bf4fd8563ebbcbe9b2a739bde6fdadab7b820. 6291cca
  • Works with tool calling (except plots) d78bfda

View on GitHub

jcheng5 created a comment on a pull request on tidyverse/elmer
I pushed a change so the logic in `tool_string` is now: 1. If you return a string, that's passed as-is to the model. (E.g., `"The time is 1:20pm"` becomes `"content": "The time is 1:20pm"`) 2. ...

View on GitHub

jcheng5 pushed 4 commits to verbatim-tool-results tidyverse/elmer
  • Oops, forgot to log body in non-streaming cases (#232) ddadc17
  • Implement Gemini-specific chunk merging logic (#201) Fixes #199. --------- Co-authored-by: Hadley Wickham <h.wickh... 7526fb0
  • Allow tool results to use I() to provide verbatim JSONifiable objects 75f652d
  • Change default tool result serialization Instead of toString, use toJSON. But don't over-encode strings or already-c... 9e46fb4

View on GitHub

jcheng5 created a comment on an issue on tidyverse/elmer
Thanks @leesahanders, so glad you caught this one!

View on GitHub

jcheng5 opened a pull request on tidyverse/elmer
Oops, forgot to log body in non-streaming cases
Repro: ```r library(elmer) options(elmer_verbosity = 2) chat <- chat_claude(model = "claude-3-5-sonnet-latest") chat$chat("Hello.", echo = FALSE) chat$chat_async("Hello.") ``` Witho...
Load more