Jonas Reichert

Results 5 issues of Jonas Reichert

### Is your feature request related to a problem? Please describe. We have an API that uses ETags to implement a simple caching mechanism for large image data. We are...

Enhancement: Feature

Follow up to #275 Since watchOS 6 there is now a init with bundle parameter available on watchOS ``` #elseif os(watchOS) let image = Image(named: name, in: bundle, with: nil)...

sourcery version: 2.2.6 swift version: 6.0.3 Using the following protocol ``` // sourcery: AutoMockable public protocol Foo { @discardableResult func register(key: Key, coder: C) -> TypedKey where C: Coder, C.Value...

sourcery version: 2.2.6 swift version: 6.0.3 Using the following protocol: ``` //sourcery: AutoMockable protocol Foo { var copy: Self { get } } ``` This produces the following output: ```...

sourcery version: 2.2.6 swift version: 6.0.3 I have the following protocols: ``` public protocol Foo { associatedtype Value func encode(_ value: Value) throws -> Data } //sourcery: AutoMockable public protocol...