Seyed Parsa Neshaei
Seyed Parsa Neshaei
Fixing issue #103 - Underline support is added to SwiftyMarkdown using 3 `_`s or `*`s
Fixing issue #696 - `.toFloorSecs(_)`, `.toCeilSecs(_)`, `.toSecs(_)`, `.to1Sec(_)` and `.to1min(_)` are added to the `RoundDateMode`s, to be used by `dateRoundedAt(_: RoundDateMode)`
Fixing issue #715 - Now `dateAtEndOf(_: Calendar.Component)` will use `dateAt(_: DateRelatedType)` when `.day` or `.month` are provided to avoid equality incostistency.
Fixing issue #717 - Now one can use .totalSeconds property on Date to get the total number of seconds from the provided time, assuming the hour, minute, and second fields...
Fixing issue #759 - Added new operator method to simplify adding a 'DateInRegion' to a 'Date' object
Fixing issue #35 Float number Float numbers can be used as x-coordinates similar to how they could be used as y-coordinates
**Describe the bug** The command-line code for generating adversarial examples using the PSOZang recipe results in "KeyError: 'pos'" error the moment it wants to generate the adversarial examples. The same...
Fixing issue #479 - `showTitle(view, title: NSAttributedString, subTitle: NSAttributedString, timeout, style)` is added to provide NSAttributedString support in `SCLAlertView`s
Fixing issue #364 - Now SCLAlertView::addTextField method has a new, optional parameter: onTextEditingFinished: ((String) -> Void)? = nil, by which the users can provide a callback to be executed after...