Mark Worden
Results
2
comments of
Mark Worden
Looks good to me. Thanks for including. I am new to github, and I'm still getting familiar with the github collaboration process.
My proposed solution for the first problem in my issue description is to replace line 18 in "awesome_avatar/widgets.py": ``` ratio = float(data.get(name + '-ratio', 1)) ``` with: ``` ratio_str =...