Johann Behrens

Results 17 issues of Johann Behrens

Hi @AvdLee, Thank you very much for this helpful repository and the great examples you gave. I was wondering if you could add more example code to demonstrate how you...

Hi! Thanks for providing a really nice starting point to think about how to build up an app and separate concerns. Of course, my first improvement was to have a...

Hi all, I would like to suggest an improvement to `MoyaError`. Currently, I'm using your MoyaError helper from the tests ([linked here](https://github.com/Moya/Moya/blob/master/Tests/MoyaTests/Error%2BMoyaSpec.swift)) and I noticed that when I test different...

Hi all, First of all, I'd like to thank you for the time and effort you all put into making and maintaining Moya. I've got a use case that I...

### Platform iOS ### Installed CocoaPods ### Version 7.9.0 ### Steps to Reproduce Start SentrySDK with options and `options.debug = true`. Simulate a crash with `SentrySDK.crash()`, restart the target, logs...

Type: Bug
Impact: Medium
Effort: Medium
Status: Backlog
Platform: Cocoa

Hi all, I'm working on an app extension with extremely limited resources in terms of memory. I noticed that Swinject is claiming a lot of memory through `GraphIdentifier`, it'll increase...

Hi all, I was wondering if there'd be a way to make this library `Hashable` friendly, I've tried conforming `TweakValue` to `Hashable` but that causes a lot of compiler errors...

This should probably be `T` instead of `String` used as a generic parameter. Example: ``` enum Result { case success(T) case failure(String) } ``` https://github.com/Mackis/NetworkLayer/blob/554b0d15e9b0bea9a88b10546826f4d2f7653ae3/NetworkLayer/Networking/Manager/NetworkManager.swift#L21

Hi, I'm wondering how you would suggest implementing communication between service implementations? I've noticed that sometimes you'd like to instantiate a `CoreDataService` for example, and use it in `CoreLocationService` to...

This will come in use during testing, for example. Fixes #2253