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

fix chaining of transform function #229

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

kotontrion
Copy link
Contributor

something like

Mpris.bind('players').transform(players => players[0]).transform(player => player.name)

didn't work, only the second transform function was applied. This is fixed by this PR

@Aylur Aylur merged commit b2dc5f0 into Aylur:main Dec 28, 2023
2 checks passed
@kotontrion kotontrion deleted the fix/tranform-chaining branch February 19, 2024 07:40
gorsbart pushed a commit to gorsbart/ags that referenced this pull request Feb 28, 2024
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.

2 participants