vkaramov

Results 7 issues of vkaramov

``` curl -sSfL https://raw.githubusercontent.com/dotenv-linter/dotenv-linter/master/install.sh | sh -s -b usr/local/bin dotenv-linter installer: Version usr/local/bin will be installed curl: (22) The requested URL returned error: 404 dotenv-linter installer: Failed to download file...

help wanted

Target SwifVideoBackground-iOS has compilation issues with Xcode 10.3:

I unable to compile current master with Xcode 10.3, because of errors:

### Title - Fix Xcode 10.3 compilation issues for Swift 4.2 - Add the ability to compile code in Swift 5.0 and 5.1

From Apple docs: "You should not call this method directly. If you want to force a layout update, call the setNeedsLayout method instead to do so prior to the next...

# ❔ Question I want to use generators in requests like this: ```swift func testSubscription() throws { mockService .uponReceiving("Dx subscription") .given("good state") .withRequest( method: PactHTTPMethod.POST, path: "/api/v1/subscription", headers: [ "Content-Type":...

question