Jakub Vano
Jakub Vano
I like the idea very much. One idea for improvement: article might mention that file must be made executable - it took me a while until I realised this (probably...
**What's your environment:** ``` CocoaPods : 1.6.1 Xcode : 10.2.1 (10E1001) cocoapods-binary : 0.4.4 plugin 'cocoapods-binary' ``` **A demo project is helpful:** Unfortunatelly I can't attach demo project, as the...
Swift API
### Motivation In our KMM projects we need to access Koin API from Swift code, e.g. to add a iOS-specific implementation to the object graph / inject shared dependencies to...
Working towards #428 Already implemented features: - multitons - thread safety - new api is thread safe by default) - type inference - during registration & resolution - missing dependency...
### Motivation: **New features** which are difficult to add in the current status quo. To name a few: - multitons (#254) - base class registration (#108) - collection resolution (#271)...
When underlying value wrapped in the `Weak` container is released, entry in the [GraphStorage.instances](https://github.com/Swinject/Swinject/blob/master/Sources/InstanceStorage.swift#L25) will remain. We should optimise this - probably by actively checking and removing empty `Weak` wrappers...
_From @gilgol on April 9, 2018 11:40_ I'm trying to dynamically resolve a protocol `ViewModeling` that 2 different view models are conforming to.. I am able to do it on...
Currently it is not possible to resolve in a standard way circular dependencies containing `UIViewControllers` from storyboard. A hack described in [Swinject #245](https://github.com/Swinject/Swinject/issues/245) gave me an idea: What if we...
Update dependencies & travis.tml