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

feat: update to macOS 14 to use the new onChange with { oldValue, newValue in ... #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mesqueeb
Copy link

@mesqueeb mesqueeb commented Mar 14, 2024

fixes #2

@mesqueeb mesqueeb changed the title feat: update to macOS 14 to use the new onChange with `{ oldValue, … feat: update to macOS 14 to use the new onChange with { oldValue, newValue in ... Mar 14, 2024
@Tunous
Copy link
Owner

Tunous commented Mar 14, 2024

Thanks for the pull request. Unfortunately I see some issues.

Regarding the used API and minimum version upgrade I would like to avoid that. Instead I have a draft pull request #1 where I added them as separate variants to keep compatibility with older versions. I can finish it for next library update.

As for the change with new optional Task parameter it looks ok, but I would like to first confirm your use case (see my comment in issue). Once we do that we can finish the pull request.

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.

how to cancel the debounce?
2 participants