Ecosyste.ms: Timeline

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

posit-dev/py-shiny

cpsievert pushed 1 commit to ollama-0.4-fix posit-dev/py-shiny

View on GitHub

cpsievert created a review comment on a pull request on posit-dev/py-shiny
No, `DictNormalizer` will work for either case since they define `__getitem__()` on the pydantic model. I suppose that is a weird/subtle thing that requires extra context, and it'd be nice to take ...

View on GitHub

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

View on GitHub

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
Is some of the context here that you have a message normalizer for Pydantic models?

View on GitHub

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

View on GitHub

gadenbuie created a review comment on a pull request on posit-dev/py-shiny
Seems like `ImportError()` would be a good fit for our error too

View on GitHub

gadenbuie 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
This change is orthogonal to the main fix of this PR, but it's a good idea, and I ran into because [bert-base-cased](https://huggingface.co/google-bert/bert-large-cased) temporarily went offline fo...

View on GitHub

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

View on GitHub

cpsievert pushed 1 commit to ollama-0.4-fix posit-dev/py-shiny

View on GitHub

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

View on GitHub

jcheng5 created a review comment on a pull request on posit-dev/py-shiny
Would `ui.output_markdown_stream` be more consistent with our past naming, perhaps? (I think of Chat as a special case because it's equal parts output and input)

View on GitHub

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

View on GitHub

jcheng5 created a review comment on a pull request on posit-dev/py-shiny
```suggestion ```

View on GitHub

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

View on GitHub

cpsievert pushed 1 commit to markdown-stream-component posit-dev/py-shiny
  • Make examples more readable: 9fbfb2e

View on GitHub

cpsievert pushed 1 commit to ollama-0.4-fix posit-dev/py-shiny
  • Better error reporting in get_default_tokenizer() 14539a8

View on GitHub

cpsievert pushed 1 commit to ollama-0.4-fix posit-dev/py-shiny

View on GitHub

cpsievert pushed 2 commits to ollama-0.4-fix posit-dev/py-shiny
  • feat(chat): Use `wrap: pre` so that "text" messages appear as-written (#1778) ba97d6d
  • Merge branch 'main' into ollama-0.4-fix 9efe068

View on GitHub

cpsievert pushed 1 commit to ollama-0.4-fix posit-dev/py-shiny

View on GitHub

cpsievert opened a pull request on posit-dev/py-shiny
`ui.Chat()` now correctly handles new `ollama.chat()` return value introduced in ollama 0.4
Ollama 0.4 [changed the return type of `ollama.chat()`](https://github.com/ollama/ollama-python/pull/276) (`ChatResponse`) from a `TypedDict` to a `pydantic.BaseModel`. As a result, passing that re...
cpsievert pushed 1 commit to ollama-0.4-fix posit-dev/py-shiny
  • ui.Chat() now correctly handles new ollama.chat() return value introduced in ollama 0.4 ee260c5

View on GitHub

cpsievert created a branch on posit-dev/py-shiny

ollama-0.4-fix - Shiny for Python

hedsnz opened an issue on posit-dev/py-shiny
Upgrade the bundled jQuery UI package
The version of jQuery UI bundled in https://github.com/posit-dev/py-shiny/blob/main/shiny/www/shared/jqueryui/jquery-ui.min.js is 1.13.2. According to Sonatype, this version is vulnerable to proto...
tleitch forked posit-dev/py-shiny

tleitch/py-shiny

bhu opened an issue on posit-dev/py-shiny
Can't update reactive value from download handler
When attempting to update a reactive value from within a download handler, the value is either not updated until modified by another action button: [Shinylive example](https://shinylive.io/py/edito...
atrakic starred posit-dev/py-shiny
enriquesuso opened an issue on posit-dev/py-shiny
update_cell_selection not working after upgrade to shiny 0.10.0 or more recent
The update_cell_selection applied to a DataGrid was working fine in version 0.9.0. With more recent versions of shiny it is not working any more, doesn't keep the rows selected. I already modified ...
simonefagini starred posit-dev/py-shiny
Unaimend starred posit-dev/py-shiny
Load more