Jakub Olejník

Results 28 issues of Jakub Olejník

- add conformance of `Optional` to `PropertyListValue` if `Wrapped` conforms - as side effect I updated SPM deployment target to silence Xcode warnings

### Feature proposal * Firebase Component: Firestore As Swift Concurrency and `AsyncThrowingStream` is available for some time, it is a good match for Firestore API. I already started with addition...

type: feature request
api: firestore
Swift API

Hi, as I usually use ReactiveSwift I thought it would be great to add it to the comparison as well.

Hi, I tried integrating Bagel into my app and love it so far! But I'd love to replace my network logger completely with Bagel, that would mean that I'd love...

This PR demonstrates what changes would be necessary (or useful) to migrate Carthage to use Swift 5.2. TL;DR not much, just removing custom `Result` dependency would be fine. And for...

enhancement

Hi, I was wondering if Carthage compiles desired versions of subsequent dependencies. My case is that my project depends on [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift) and [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) so I have both dependencies in my...

help wanted

Hi, I was wondering whether it would be possible to simplify Marshal implementation using new Swift features like conditional protocol conformance. This would also simplify creating 3rd party extensions above...

Hi, I love using Marshal for mapping as it's far more simple and straightforward than other options. I think that the only pain is that if mapping fails for some...

Hi, I was wondering if there's an option to disallow `xcversion` to use pre-release versions of Xcode by any parameter. Our case is that we have a project with `fastlane`...

As we internally reconsidered Reqres to be debug tool that should not be used in production, we never made this reconsideration public (because of #33). To make this clear we...

enhancement