Evgenii Neumerzhitckii

Results 314 comments of Evgenii Neumerzhitckii

Now I am rethinking this and I am starting to like it. It does play beautifully with Swift parameters. The name of the parameter, population or sample, actually describes the...

Hi @kkhangv, PercentRank.EXC has not been implemented yet. Feel free to submit a pull request if you want to add it. It would be very useful.

Hi @salmoni, thanks for the changes. Sorry, I am too slow, still working on the previous functions that you submitted. I have added `skewnessA`, `skewnessB` and `centralMoment` so far in...

Hi @salmoni. I have finished working on the first batch of functions that you submitted, pushed to [master](https://github.com/evgenyneu/SigmaSwiftStatistics) and released a new version. Please let me know if you find...

Hi @Rufy86, thanks for the questions. > it's possible to add and arrow like disclosure indicator to the badge? Sorry, could you specify what you mean by the arrow? Do...

MLPAccessoryBadge is a very nice badge indeed, thanks for the suggestion. I have added it to the [list](https://github.com/marketplacer/swift-badge/blob/master/README.md#alternative-solutions) of recommended libraries. I think this variable shape feature is very nice....

Yeah, it is a good idea, I agree. However, I don't know any simple way of adding an arrow or the disclosure indicator to this library. This library is just...

Hi @Rufy86, thanks for the research! Feel free to implement this in the library if you want. I will merge it if it is a simple solution that does not...

Thanks for reporting @greenSyntax. It looks similar to the issues reported [here](https://github.com/CocoaPods/CocoaPods/issues/7606). People are suggesting downgrading CocoaPods to 1.4.0 or applying [this workaround](https://github.com/CocoaPods/CocoaPods/issues/7606#issuecomment-381279098). Let me know if it helps.

Thanks for reporting. Do you limit the width/height of the badge view in the code to 20x20? If so, this is probably why it misbehaves. The badge view is supposed...