`--no-frecency` not working?
See original GitHub issueI just updated to 6.0.0 and also just now added the --no-frecency
option as the current frecrency sorting makes it almost impossible to find rarely used emojis by position when one doesn’t know their keywords/description.
However, --no-frecency
seems to plain not work? It still shows the basically scrambled list of emojis until the unused ones start.
Not sure if I have to reload anything or somesuch. I’m using rofimoji as installed via pip on Ubuntu.
PS: My preferred way forward would be to use the “frecency” functionality only for the top n
emojis, and have all later ones be sorted positionally.
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Excel Frequency Formula: Common Problems / Fixes
In this article and accompanying video, we explore five common issues with the frequency formula, and look at how to fix them. We...
Read more >I do not understand how to get the frequency function to work
I do not understand how to get a frequency array. I have input the example used in excel help, using same values and...
Read more >Frequency Array formula EXCEL not calculating - Stack Overflow
Hi I am having problems with the Frequency function in excel. This example is from the CTR SHIFT ENTER book and in it...
Read more >4 Steps to Fix a Garage Door Radio Frequency Problem
Luckily, troubleshooting interference with your garage door opener can be a simple process that we'll walk you through below.
Read more >How to Use the FREQUENCY Excel Function - GoSkills
This isn't a standard formula, so it will not be submitted in the usual way. Array formulas are entered by pressing Ctrl+Shift+Enter simultaneously....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The grouping of emojis comes from the Unicode consortium, see https://unicode.org/emoji/charts-15.0/full-emoji-list.html . But regarding the order of each group, I thought it was nicer for the user to be able to define it themselves, because maybe they don’t need flags or really like animals.
I’ll close this ticket, as the original issue is done, but if you have a wish regarding the order, feel free to open another one 🙂
Yes,
--no-frecency
was broken, unfortunately. Sorry for that!It should be fixed on
main
now; can you please test it?Thanks for that idea I’ll need to think about this…