PRL-PRG/djanco

Map into Select! won't output any project if applied to a vector

Closed this issue · 0 comments

When performing:
.map_into(Select!(project::URL,project::Stars, project::OpenIssues, Count(project::Commits))

the output csv wont output any project. The problem is with the piece of code Count(project::Commits), because when I decide not to included in select! all works fine.