Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
gadenbuie created a review on a pull request on posit-dev/py-shiny
LGTM, thank you! @karangattu A note for QA: we should do some quick smoke tests in GitHub Codespaces, Posit Workbench, etc. before release just to be sure.
gadenbuie created a comment on a pull request on posit-dev/py-shiny
> Oh I forgot to mention how I solved the scary error message: by defaulting the websocket logger to `CRITICAL`. In theory this could squash legit error messages (that are specific to auto-reloadin...
cmfield created a comment on an issue on posit-dev/py-shiny
I saw you got an answer on Stack Exchange, but does anybody know if this is possible for shiny express? Currently I can't put anything into a navset dynamically..
jcheng5 created a comment on a pull request on posit-dev/py-shiny
Oh I forgot to mention how I solved the scary error message: by defaulting the websocket logger to `CRITICAL`. In theory this could squash legit error messages (that are specific to auto-reloading)...
jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
- Slight code formatting, to minimize diff 3ac6ef0
jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
- Simplify loglevel setting No need to pass through to the background thread, we can just change the loglevel on the m... 4e186ac
jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
- Tweak autoreload logic to be compatible with websockets>=13.0 5d6c449
jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
- Squelch spurious autoreload errors ad9995d
jcheng5 opened a draft pull request on posit-dev/py-shiny
websockets 14.0 support
See #1766 The websockets package released 14.0 which breaks us when using `shiny run --reload`. * As @gadenbuie noticed, the [`process_requests` callback has changed](https://websockets.readt...davidrsch created a comment on an issue on posit-dev/py-shiny
By "deployed using shinylive locally" I meant executing: ``` shinylive export app docs python3.12 -m http.server --directory docs --bind localhost 8008 ``` I specied python 3.12 because I have mult...
gadenbuie created a comment on an issue on posit-dev/py-shiny
> The issue comes when I try to deployed using shinylive locally Could you clarify what you mean by "deployed using shinylive locally"? > or as is in Posit Connect cloud. In both cases I receive...
davidrsch opened an issue on posit-dev/py-shiny
Issue deploying modular apps
Hello I am giving a try to shiny for python and shinylive for python and have found some issues when deploying modular apps. I have created the following app as an [example](https://github.com/davi...gadenbuie created a comment on an issue on posit-dev/py-shiny
[These changes seem very relevant](https://websockets.readthedocs.io/en/stable/howto/upgrade.html#arguments-of-serve): > #### `process_request`[¶](https://websockets.readthedocs.io/en/stable/howto...
gadenbuie created a comment on an issue on posit-dev/py-shiny
This also impacts running Shiny for Python apps with `--reload`, i.e. via the VSCode extension. ``` INFO: Will watch for changes in these directories: ['/Users/garrick/$APP_DIR/posit-brand'] I...
jeffbryner opened an issue on posit-dev/py-shiny
LangChain LECL output appears unparsed
If I initiate a LLM using langchain and use it in ui.Chat the output works as expected. If I attempt to use LECL to chain prompts/llms together the output appears unparsed as a string representat...GiorgioMiglia created a comment on an issue on posit-dev/py-shiny
> > [@schloerke](https://github.com/schloerke) sorry to bother you but is there any chance this feature will be implemented natively? > > [@GiorgioMiglia](https://github.com/GiorgioMiglia) I do no...
schloerke created a comment on an issue on posit-dev/py-shiny
> @schloerke sorry to bother you but is there any chance this feature will be implemented natively? @GiorgioMiglia I do not see it happening in the near term
GiorgioMiglia created a comment on an issue on posit-dev/py-shiny
@schloerke sorry to bother you but is there any chance this feature will be implemented natively?
MarcoGorelli opened an issue on posit-dev/py-shiny
ci: `pyright` test failing due to new websockets release
Hey - we're temporarily pinning websockets in the Narwhals CI downstream shiny job, as the new websockets release (which came out today) seems to be causing some pyright failures https://github.com...gadenbuie pushed 1 commit to main posit-dev/py-shiny
- fix(brand): Revert change to use hard-coded default colors in example app (#1765) 8d0f72e