You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once fixed within Connect's repo, Workbench and shinyapps.io will get the upgrade for free.
For anyone coming to this issue on how to perform custom integration, please use :
# Make an app with bookmarking enabledapp=App(ui, server, bookmark_store="url")
# Set save/restore functionsapp.set_global_save_dir_fn(save_bookmark_dir)
app.set_global_restore_dir_fn(restore_bookmark_dir)
If this is impossible for you, please make an issue for discussion as we're trying to minimize global state as much as possible.
This is tolerable as it is setting the default state... not necessarily storing per-session information.
The text was updated successfully, but these errors were encountered:
Update: Connect team has verbally approved of PR. Waiting a couple weeks before hopefully having it merged in the 2025.04 release at the end of the month.
schloerke
changed the title
[Feature]: Implement Connect bookmark integrations
[Feature]: Implement Connect/workbench/shinyapps.io (hosted) bookmark integrations
Apr 9, 2025
Uh oh!
There was an error while loading. Please reload this page.
Related R implementation: https://github.com/posit-dev/connect/blob/8de330aec6a61cf21e160b5081d08a1d3d7e8129/R/connect.R#L915
Location for Python implementation: https://github.com/posit-dev/connect/blob/49d698dd950351bf781759f18432b13070900486/python/connect_fastapi_runtime.py#L588-L597
Ex implementation:
Once fixed within Connect's repo, Workbench and shinyapps.io will get the upgrade for free.
For anyone coming to this issue on how to perform custom integration, please use :
If this is impossible for you, please make an issue for discussion as we're trying to minimize global state as much as possible.
This is tolerable as it is setting the default state... not necessarily storing per-session information.
The text was updated successfully, but these errors were encountered: