Eugene Dudnyk

Results 3 issues of Eugene Dudnyk

I want to suggest an improvement of intersection finding algorithm - I have a working solution in C++ and ObjC based on this paper: https://mat.polsl.pl/sjpam/zeszyty/z6/Silesian_J_Pure_Appl_Math_v6_i1_str_155-176.pdf which can be ported to...

In my [repository](https://github.com/edudnyk/LabelKit) I have a gif image that was referred from README file as `/LabelKit.gif`. On the [pod page](https://cocoapods.org/pods/LabelKit) this image was missing. UPD: I fixed that by using...

According to the [ISO8601 standard](https://en.wikipedia.org/wiki/ISO_8601#:~:text=The%20offset%20is%20applied%20to,or%20'±%5Bhh%5D'.), timezone offset can be provided as positive or negative two-digit hour-only offset without minutes. The implementation of `ISO8601FormatStyle` [always requires](https://github.com/swiftlang/swift-foundation/blob/5f400c2c8959ec341d6224f3bfe3c52a0191c94a/Sources/FoundationEssentials/Formatting/Date%2BISO8601FormatStyle.swift#L784) minutes to be present in...