Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 pushed 1 commit to main posit-dev/chatlas
- Make tools attribute private; fix article example 3388547
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
cpsievert created a comment on an issue on posit-dev/py-shiny
Interesting! Would you by chance be able to share a reproducible example?
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...
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...
cpsievert pushed 1 commit to main posit-dev/chatlas
- Rename `.turns()` -> `.get_turns()`; `.last_turn()` -> `.get_last_turn()` (#19) * Rename .turns() -> .get_turns(); .... 6f3569e
cpsievert closed a pull request on posit-dev/chatlas
Rename `.turns()` -> `.get_turns()`; `.last_turn()` -> `.get_last_turn()`
cpsievert opened a pull request on posit-dev/chatlas
Rename `.turns()` -> `.get_turns()`; `.last_turn()` -> `.get_last_turn()`
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 ...