-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Trending tags showing duplicates [WIP] #4263
Conversation
Generated by 🚫 Danger |
@ValentinaTironi, I assigned #3188 to myself and leave a comment saying I would work on it 3 days ago. Don’t start working on something that another person is also working on without warning beforehand. This prevents us from wasting our time... |
Anyway I can review this later, I already have a few examples ready on my computer to test the problem. |
@milaaraujo I'm so sorry, I didn't see your comment :/ Maybe we can work together, as you prefer. So sorry for inconveniences, I had to ask before do the pull request. Really sorry :) |
Hi, I just wanted to say this can happen, it's all right - and in this case, it's an interesting outcome because the solution proposed here was different. I think we have a potential path forward in #3188 but I am interested in whether the Thanks all for cooperating and your work is always valued here 👍 🙌 |
It is ok, @ValentinaTironi! It was not my intention to discourage anyone from collaborating with the project! ;) Any collaboration is welcome, but it is always good to try to coordinate our work in order to make the most of each one. Your solution is also working properly:
I just think the solution in #4266 is better because it is simpler and removes "group by" that does not make much sense here. What do you think? |
I'm totally agree 💯 I left a comment in you PR already #4266 |
After merging #4266 we will have an extra step to test it with MySQL:
You can help with this if you want! |
That is a more efficient solution |
Fixes #3963
I'm sure this works now! Check it out for you
I saw that the last time it didn't work so I would like try again :) Thank you!