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

The : operator does not handle arrays properly #1033

Open
LeaVerou opened this issue Aug 8, 2024 · 0 comments
Open

The : operator does not handle arrays properly #1033

LeaVerou opened this issue Aug 8, 2024 · 0 comments
Labels
Effort: low Easy to address issues, ideal for first time contributors! Priority: low Status: 4. Ready to implement We know how to implement this, but who will do it? Topic: Formulas

Comments

@LeaVerou
Copy link
Member

LeaVerou commented Aug 8, 2024

When its operands are two arrays, it should produce an object with pairwise key-value pairs. E.g. in the talks list, something like unique(country): count(event by country) should produce an object with countries to counts.

@LeaVerou LeaVerou added Effort: low Easy to address issues, ideal for first time contributors! Priority: low Status: 4. Ready to implement We know how to implement this, but who will do it? Topic: Formulas labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Effort: low Easy to address issues, ideal for first time contributors! Priority: low Status: 4. Ready to implement We know how to implement this, but who will do it? Topic: Formulas
Projects
None yet
Development

No branches or pull requests

1 participant