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
@ZevEisenberg Second the request for nullability annotations. Specifically it's a problem because BonMot lets you pass in an optional string to BONChain (it's force unwrapped), but this will crash. This should be required nonnull because NSAttributedString crashes with a nil string.
But really more generally everything being force unwrapped (the default w/ no annotations) is very dangerous.
All the cool kids are using it.
The text was updated successfully, but these errors were encountered: