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
Seems like an easy fix, is there something I can do to make it easier for you? I have never actually contributed to a project before, but it would seem like if you agree this should be fixed, then I should fork the project, fix it, and then open a pull request, right? Sorry, I'm kind of new to all of this open source stuff.
Hi @sndrsn! My bad, thanks for letting me know!
You are always welcome to fork and pull request fixes for bugs.
Since I intend on releasing a new patch version in the next few days, let me know if you wish to pull-request a hotfix for it today or tomorrow.
Describe the bug
The currently provided default initializer does not actually use the passed in max size, ignoring it during initialization.
To Reproduce
Steps to reproduce the behavior:
self.maxSize = .intrinsic
Expected behavior
I would have expected the third line to read:
self.maxSize = maxSize
iPhone (please complete the following information):
The text was updated successfully, but these errors were encountered: