Sergey Pugach

Results 7 issues of Sergey Pugach

* Added empty Example to the library. * It will be useful if `KeyboardObservingView` will return Keyboard object as a parameter to ViewBuilder: ```swift KeyboardObservingView { keyboard in // }...

Во всем проекте вы использовали Fisrt. Думаю это опечатка) Довольно интересная идея, скажем так, обновить идеи Rambler на Swift.

```swift //sourcery:AutoMockable protocol TestProtocol { associatedtype Value func getValue() -> Value } ``` Generated.swift: ```swift class TestProtocolMock: TestProtocol { //MARK: - getValue var getValueIntCallsCount = 0 var getValueIntCalled: Bool {...

@art-divin Hello. 1. Is it possible to make the swift-argemunt-parser version non-fixed from a fork? 2. Also, as I see in a plugin code and docs the plugin does not...

```swift // sourcery: AutoMockable public protocol TestProtocol { func method(value: String, handler: ((Error, String) -> Void)?) -> Int } ``` Mock: ```swift public class TestProtocolMock: TestProtocol { public init() {}...

```swift let spinner = Spinner(.dots, message, format: "{S} {T} ⏱️ {D}") spinner.start() //example of command more then 1s: shell.run("bundle exec pod install") spinner.stop() ``` //Output: ``` ✔ 🫛 Pods install...

bug