Movatterモバイル変換


[0]ホーム

URL:


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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
olegrimko-etg wants to merge1 commit intoGibbsConsulting:master
base:master
Choose a base branch
Loading
fromolegrimko-etg:master

Conversation

olegrimko-etg
Copy link

Hi!

Recently I've had a case with disabling controls while callback is running andnative Dash solution usingrunning= 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 forcallback 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, onlyrunning option.

@olegrimko-etgolegrimko-etg marked this pull request as draftDecember 16, 2024 16:03
@delsim
Copy link
Contributor

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

2 participants
@olegrimko-etg@delsim

[8]ページ先頭

©2009-2025 Movatter.jp