You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I ran into an issue that was a bit of a pain for me
I have an AvatarService class which can be handed a "default avatar", I've extended it so that the default avatar accepts a LetterAvatar instance. The issue is, both the AvatarService and the LetterAvatar require a size to be specified. I can't adjust the size of a LetterAvatar instance once it's been constructed and I'm not a fan of modifying vendor packages.
Hi, I ran into an issue that was a bit of a pain for me
I have an
AvatarService
class which can be handed a "default avatar", I've extended it so that the default avatar accepts aLetterAvatar
instance. The issue is, both the AvatarService and the LetterAvatar require a size to be specified. I can't adjust the size of a LetterAvatar instance once it's been constructed and I'm not a fan of modifying vendor packages.See pull request #23
The text was updated successfully, but these errors were encountered: