sudiptob2 / cf-stats

A github action based realtime Codeforces activity statistics card and badge generator for github readme
GNU General Public License v3.0
187 stars 35 forks source link

create generator for appropriate size string #46

Closed csemanish12 closed 2 years ago

csemanish12 commented 2 years ago

Closes #40

created a generator for appropriate size string to handle names that exceeds max string length

sudiptob2 commented 2 years ago

Seems good to me :+1: , can you also add unittests please, specially for the __generate_appropriate_size_string

csemanish12 commented 2 years ago

added the units tests

sudiptob2 commented 2 years ago

Also, add your Name in the acknowledgement section of Readme.md ; Appreciate your effort :pray:

csemanish12 commented 2 years ago

Updated the doc string in unit test Updated the contributor list

csemanish12 commented 2 years ago

Always happy to help

sudiptob2 commented 2 years ago

Thanks; Merged