Stephane Magne
Results
3
issues of
Stephane Magne
This makes a change to how we manage the `_dynamicResolvers` array. The old code popped _from the front_: ```swift fileprivate static func _popDynamicResolver(_ resolverType: Resolver.Type) -> Resolver { guard let...
Currently this syntax: ``` // weaver: annotationManager = AnnotationManagerV2
enhancement