Ecosyste.ms: Timeline

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

cpsievert

cpsievert published a release on posit-dev/chatlas
chatlas 0.2.0
cpsievert published a release on posit-dev/chatlas
chatlas 0.2.0
First stable release of `chatlas`, see the website to learn more <https://posit-dev.github.io/chatlas/>
cpsievert created a tag on posit-dev/chatlas

v0.2.0

cpsievert pushed 1 commit to main posit-dev/chatlas

View on GitHub

cpsievert pushed 1 commit to main posit-dev/chatlas
  • Make tools attribute private; fix article example 3388547

View on GitHub

cpsievert pushed 1 commit to main posit-dev/chatlas
  • Fix bug in tool calling article 9d4ddf5

View on GitHub

cpsievert created a review on a pull request on rstudio/bslib

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
Could it be that this is the problem? https://github.com/rstudio/bslib/blob/112efd0e/inst/lib/bs5/scss/_variables.scss#L303

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shiny
Interesting! Would you by chance be able to share a reproducible example?

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shiny
Most inputs and other UI should return either a `ui.Tag` or `ui.TagList`. In the former case, you can mutate the attributes via `.attrs`: ```python >>> from shiny.ui import div >>> x = div() >>> x...

View on GitHub

cpsievert created a comment on an issue on posit-dev/py-shiny
Hi @dreamtori, I'm having a hard time seeing/reproducing the issue you're seeing. Here is your code running on [shinylive](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIA...

View on GitHub

cpsievert deleted a branch posit-dev/chatlas

get-turns

cpsievert pushed 1 commit to main posit-dev/chatlas
  • Rename `.turns()` -> `.get_turns()`; `.last_turn()` -> `.get_last_turn()` (#19) * Rename .turns() -> .get_turns(); .... 6f3569e

View on GitHub

cpsievert pushed 1 commit to get-turns posit-dev/chatlas
  • Eliminate warnings from tests 0287c60

View on GitHub

cpsievert pushed 1 commit to get-turns posit-dev/chatlas

View on GitHub

cpsievert pushed 44 commits to get-turns posit-dev/chatlas
  • Chat output in Quarto needs ipywidgets 22a7be4
  • Flesh out articles a bit more 7513b10
  • Rename article fc0ebaa
  • docs: Update Shiny example (#12) * docs: Update Shiny example * Update docs/web-apps.qmd --------- Co-autho... c7da347
  • Inform user of another way tp quit console 5a6f1a3
  • Use IPython.display.Markdown() instead of rich in notebook setting d40e11a
  • Add echo param to console method; bump version 5bf4990
  • Return to using contextmanager approach for rich 445ace2
  • Introduce .set_echo_options(); refactor context manager logic 4bb1e46
  • Utilitize GenerateContentResponse.resolve() for merging Google's stream chunks. Surface finish_reason in Turn() and e... a0c6927
  • Close #13: Use dynamic (vcs) versioning 8c07bf3
  • Proper newlines when echo-ing finish reasons bd5d8e3
  • Add interpolate() and interpolate_file() 8914ff4
  • Change ChatOpenAI() model default to gpt-4o; sync-up docs with elmer 076e356
  • Fix for legacy typing support 6b44009
  • Rename Turn(json) to Turn(completion) and provide typing support on it 1c0cc71
  • Update tests to account for recent changes ad96e6c
  • Fix missing completion types 78f7eb9
  • Sync up on get-started article ad2b7db
  • Fix test expectation e886f94
  • and 24 more ...

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
Ah, ok, that feels worth it. A mention of that capability in the Sass would be great.

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

cpsievert created a review comment on a pull request on rstudio/bslib
```suggestion base64enc::dataURI( file = font_path, mime = mime::guess_type(font_path) ) ```

View on GitHub

cpsievert created a review on a pull request on rstudio/bslib

View on GitHub

cpsievert created a review comment on a pull request on rstudio/bslib
Woah, I didn't know about this! Do you know where this behavior is documented?

View on GitHub

cpsievert created a review on a pull request on rstudio/bslib

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
I would have expected the ordering here to be swapped (i.e., Bootstrap defaults first since they're the most specific). What's the rationale for the palette coming first?

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
```suggestion // * brand.defaults (Brand-defined Bootstrap defaults) ```

View on GitHub

cpsievert created a review on a pull request on posit-dev/py-shiny

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
Maybe let's save this for another PR, but from a quick look, it seems `$body-secondary` and `$body-tertiary` don't exist?

View on GitHub

Load more