Ecosyste.ms: Timeline

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

posit-dev/py-shiny

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.

View on GitHub

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...

View on GitHub

sebov starred posit-dev/py-shiny
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..

View on GitHub

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)...

View on GitHub

jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
  • Slight code formatting, to minimize diff 3ac6ef0

View on GitHub

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

View on GitHub

jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
  • Tweak autoreload logic to be compatible with websockets>=13.0 5d6c449

View on GitHub

jcheng5 pushed 1 commit to websockets-14-0 posit-dev/py-shiny
  • Squelch spurious autoreload errors ad9995d

View on GitHub

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...
jcheng5 created a branch on posit-dev/py-shiny

websockets-14-0 - Shiny for Python

Faycal88 starred posit-dev/py-shiny
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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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

View on GitHub

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?

View on GitHub

Bnowako starred posit-dev/py-shiny
lostmygithubaccount starred posit-dev/py-shiny
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 deleted a branch posit-dev/py-shiny

fix/brand-example-plot-colors

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

View on GitHub

gadenbuie closed a pull request on posit-dev/py-shiny
fix(brand): Revert change to use hard-coded default colors in example app
Reverts [`edbae14` in #1743](https://github.com/posit-dev/py-shiny/pull/1743/commits/edbae14b1b16a60136efa77c06f8425688c7bc26). The color values were hardcoded to allow flipping between branded and...
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
Yeah, it'd be totally reasonable to include those IDs in the example. I scanned through the `app.py` in this PR and couldn't even find where the IDs were added, which is a good sign that adding the...

View on GitHub

Load more