Analysis
Analysis copied to clipboard
A tool helping you to extract useful information from strings.
Noticed a couple letter unit tests for A & Z which work correctly but because English is a beautiful language the syllable count is currently incorrect for W
Websites such as Medium estimate a read time based on the number of words and an estimated words per minute (~200). I think it could be quite a nice feature...
For that need to move source to Sources, but these are some resources helped me a while back. (no particular order) https://www.raywenderlich.com/750-an-introduction-to-the-swift-package-manager https://theswiftdev.com/2017/11/09/swift-package-manager-tutorial/ https://medium.com/developerinsider/create-a-library-using-swift-package-manager-stepwise-tutorial-181604ec8a7 https://www.swiftbysundell.com/posts/building-a-command-line-tool-using-the-swift-package-manager
http://danger.systems/guides/getting_started.html#including-danger - [ ] Changelog - [ ] Linter - [ ] WIP-PR - [ ] No optional arrays / dictionaries - [ ] https://github.com/Moya/Moya/pull/808
See also https://github.com/Moya/Moya/issues/818#issuecomment-264451151
As of now, there are no tests for the sorting of a `Dictionary`. 😱
https://github.com/BasThomas/Analysis/blob/c686069910d11b9e5169437188caf8312ea24271/Analysis/Classes/Analysis.swift#L80 it's better to use [isWhitespace](https://developer.apple.com/documentation/swift/character/iswhitespace) which is intended exact for such cases.
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.9. Release notes Sourced from rexml's releases. REXML 3.3.9 - 2024-10-24 Improvements Improved performance. GH-210 Patch by NAITOH Jun. Fixes Fixed a parse bug for...