Skip to content
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

Fixes hash_function and error handler missing call for multi #2922

Merged
merged 9 commits into from
Aug 28, 2024

Conversation

T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Jul 15, 2024

@gvwilson gvwilson added feature something new P2 considered for next cycle fix fixes something broken and removed feature something new labels Aug 13, 2024
@gvwilson gvwilson assigned marthacryan and unassigned T4rk1n Aug 22, 2024
@gvwilson
Copy link
Contributor

@marthacryan can you please review?

@marthacryan
Copy link

When I try to follow the link for #1885, it gives me a "Page not found" error. Is that because of permissions? Was it deleted?

@gvwilson
Copy link
Contributor

that is strange - @T4rk1n any ideas?

@marthacryan marthacryan self-requested a review August 22, 2024 20:40
Copy link

@marthacryan marthacryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@T4rk1n T4rk1n merged commit eef8f1c into dev Aug 28, 2024
3 checks passed
@T4rk1n T4rk1n deleted the fix/hash_function branch August 28, 2024 14:25
@corebit-nl
Copy link

corebit-nl commented Nov 11, 2024

@T4rk1n , could you apply the try-except logic from https://github.com/plotly/dash/blob/dev/dash/long_callback/managers/__init__.py#L110 to https://github.com/plotly/dash/blob/dev/dash/long_callback/managers/__init__.py#L58 as well? In the current situation, long callbacks still fail for packed applications (eg. Pyinstaller). Fixing this would close Nuitka/Nuitka#2988 as well.

Edit: opened PR #3072 for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fixes something broken P2 considered for next cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] long_callback fails when bundling python code
4 participants