Cihat Gündüz

Results 297 comments of Cihat Gündüz

Thank you for this @sunshinejr! In case anyone is interested, it took me a while but I figured out how to use SwiftyUserDefaults in the app and mock it in...

Haven't dived deeper into the new versions source files but if there are separate solutions for both iOS 7 and iOS 8 why not just use a switch (see here:...

@dfed I just adjusted the PR with a new `jsonEncoder`/`jsonDecoder` parameter, the rationale is explained in #254. Yeah, took me a while as well to learn that we can explicitly...

Hmm, tests with the new parameter seem to be failing, at least in Xcode 13.3. I'm going to download 11.3 to check what the issue is, the CI errors don't...

@dfed Thank you for the code review & suggestions. I tried to fix them all except for making this work with non-JSON coders & adding same API to the other...

@dfed Thank you, great to hear that you like the idea. I also like yours, let me adjust my PR to reflect what you suggested...

@dfed I just tried passing the encoder as a parameter so you could use any encoder, but I had some issues: 1. My first approach was to specify a new...

I just adjusted my PR with my suggestion, feel free to check.

Just want to add that the types `SortedSet` and `SortedDictionary` would also allow for **finally adding binary search** to Swift. The API could look very familiar, but under the hoods...

@kylemacomber I was already wondering what the `SortedBag` is supposed to mean. Never heard `Bag` as a type name before, maybe it's just me but I find it confusing. We...