BSd3v

Results 14 comments of BSd3v

Currently, I cannot use this version of debounce because it triggers the callback and I have a running state that causes the input to disappear from the field of view.

Are you thinking this will be implemented and responding back alongside the same callback method? Or will this `set_props` immediately trigger something on the clientside?

Hello @JamesKunstle, Please note my response here: https://community.plotly.com/t/cancelling-outdated-background-callbacks-when-switching-pages/76765

When trying to use this: ``` import time import os import dash from dash import Dash, DiskcacheManager, CeleryManager, Input, Output, html, callback, dcc if 'REDIS_URL' in os.environ: # Use Redis...

Here is an example app: ```python from dash import * from dash._utils import to_json import traceback from dash import ctx from dash.exceptions import PreventUpdate import json def callback_fallback(output=None): error_message =...

> ```python > alertError(f"{error_message}", f"{output}\n {traceback.format_exc()}") > resp = { > "app_notification": { > "children": json.loads( > to_json( > notification( > "error", "I'm sorry Dave, I'm afraid I can't do...

Thanks @vsisl I have a PR that will address this request, although not quite the same way that I initially suggest here: https://github.com/plotly/dash/pull/2829 In this there is also a link...

This would be very helpful to create presentations at work. That way you can launch a presentation straight from the dash app.

Closed with this PR: [#2903](https://github.com/plotly/dash/pull/2903)

Gonna pop in here, encryption is a good thought, but what has to do the decrypting? - if the clientside is doing the decryption, then you could capture the process...