Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support for "running" callback argument. #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
olegrimko-etg wants to merge 1 commit into GibbsConsulting:master
base: master
Choose a base branch
Loading
from olegrimko-etg:master

Conversation

@olegrimko-etg
Copy link

@olegrimko-etg olegrimko-etg commented Dec 16, 2024

Hi!

Recently I've had a case with disabling controls while callback is running and native Dash solution using running= would be very handy. But it is not supported in Django wrapper in latest version.

This patch is just quick partial implementation of one internal field support, which are supported in referenced Dash version, but ignored in this lib.

May be someone is already working in it? Otherwise I could prepare normal upgrade PR at least for callback kwargs

long = _kwargs.get("long")
manager = _kwargs.get("manager")
running = _kwargs.get("running")
on_error = _kwargs.get("on_error") 

It looks like some internal methods were copied from Dash. Possibly it just need upgrade, but I didn't tested it all yet, only running option.

@olegrimko-etg olegrimko-etg marked this pull request as draft December 16, 2024 16:03
Copy link
Contributor

delsim commented Feb 5, 2025

@olegrimko-etg more than happy to add these parameters, although I suspect that background processing (ie long and manager arguments) will be challenging at the very least, so might be worth attacking those in a separate PR.

olegrimko-etg reacted with thumbs up emoji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /