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

Migrate to notify-debouncer-full #768

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

DJMcNab
Copy link
Member

@DJMcNab DJMcNab commented Dec 13, 2024

It's unclear why notify-debouncer-mini ever worked for us

Fixes #767

It's unclear why notify-debouncer-mini ever worked for us

Fixes linebender#767
@xorgy
Copy link
Member

xorgy commented Dec 13, 2024

Resolves the issue at least. 👍

Ok(_) => f().unwrap(),
Ok(events) => {
for event in events {
// Don't hot reload if the file was only read (i.e. by us...)
Copy link
Member

Choose a reason for hiding this comment

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

😂

@DJMcNab DJMcNab added this pull request to the merge queue Dec 16, 2024
Merged via the queue into linebender:main with commit 5f065d7 Dec 16, 2024
17 checks passed
@DJMcNab DJMcNab deleted the full-debouncer branch December 16, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Repeating chunks of 3 to 5 missed frames about twice a second in with_winit following #752
2 participants