Alex Grebenyuk

Results 380 comments of Alex Grebenyuk

That's fantastic, thanks for the insights, @liamnichols! And I love how in the new Xcode you can see the build graph. > Focus on splitting by default, and possibly even...

Most of the generated code is in Entities, so splitting by just Paths wouldn't really solve the issue. ``` $ cloc Entities github.com/AlDanial/cloc v 1.92 T=0.18 s (3226.3 files/s, 353885.5...

By the way, anyone with CreateAPI could simply generate their own API definition. 😉 It would be fantastic if you could choose what APIs to generate maybe by tags and/or...

An enum sounds good. Maybe something like this: ## apiClient **Type:** Enum **Default:** `get` The networking library to use: - `get` – a thin wrapper on top of `URLSession` (?...

Hey, @JanC. Yeah, I have this feature on a list (which I'll put on a public board in the future). I think ideally "safe" decoding should be built-in. The user...

I'm for providing all of these options so that the users could decide what works best for them 👍

Hi, @hugovanderlei. You need to install the submodules before building the app. It's set up this way because I'm using internal APIs from PulseUI and haven't yet found a better...

The optional variant was removed in v1.0 to avoid "polluting" the API – this feature is rarely needed. I think it should be possible to implement it without introducing new...

That's a good idea. It will allow the developers to cover this scenario. I think that's what Alamofire does by default as well. But I'm not sure throwing an error...

Released in [2.1.0](https://github.com/kean/Get/releases/tag/2.1.0). Thanks for your contribution, @Pomanks!