Michal

Results 10 issues of Michal

## Checklist - [x] Reviewed the [README](https://github.com/ra1028/DifferenceKit/blob/master/README.md) and [documents](https://ra1028.github.io/DifferenceKit). - [x] Searched [existing issues](https://github.com/ra1028/DifferenceKit/issues) for ensure not duplicated. I'm quite amazed by how fast `DifferenceKit` is compared to Apple's Foundation...

I notice rings 'blinking' when I put them in collection view. When I reload data, cells are reused and updated with the new progress. However, I can see that the...

I encountered the issue when trying to get an absolute position of the element and got incorrect results. I started a conversation on [forum](https://forums.swift.org/t/what-distance-between-indexes-mean-in-sortedset/54986/4) because I wasn't sure if it's...

bug

`SortedSet` incorrectly reports that the element is not contained in it. ### Information - **Package version:** Branch `feature/SortedCollections` - **Platform version:** macOS 12.2 Beta (21D5025f) - **Swift version:** > swift-driver...

bug

There's no requirement that AppDelegate should have `window` property. It's how Xcode project is generated by it's not mandatory. In my case, the app crashes because I hold `window` somewhere...

We saw that a lot of memory is leaked when creating `SVGView` this way: `SVGView(node: try! SVGParser.parse(text: path), frame: CGRect())` I did some debugging and I think I found the...

Are there any plans to make the library available through the Swift Packages Manager? CocoaPods are great but not perfect for everyone :)

enhancement
apple
v4.4
library

Hello Twitter folks, What's your take on making this library platform-independent? Specifically, it now relies on UIKit which prevents it from being used on macOS. Is supporting macOS on the...

question

Hi folks, As SourceKitten is using SourceKit, is it possible to create the app that is sandboxed and can still use SourceKitten? I mean the app that can be distributed...

Hey @wdanxna Thanks for sharing this piece of code. Do you mind specifying a license for this code so that we can use it freely on non-commercial and commercial projects?