Skoti

Results 13 issues of Skoti

This PR introduces tuple overloads for `when(resolved:)` (which make use of `Thenable` protocol) and additional tuple overloads for `when(fulfilled:)` up to 9 arguments. This PR also introduces an associated type...

Hi I would like to add a convenience `streetAddress` property for MBPlacemark. I have noticed that for `.address` features `name` property contains only a street name and the house number...

## Overview [TIP]: # ( DO NOT include screenshots of your actual database! ) [NOTE]: # ( Give a BRIEF summary about your problem ) After copying a username/password from...

bug
platform: macOS
platform: Windows

This check is hiding the error when the Mintfile does not exists: https://github.com/yonaskolb/Mint/blob/fdff1b5f8535e5d6e4ffb7d01a309a57dfe106f1/Sources/MintKit/Mint.swift#L124-L126 Causing commands like: `mint run --no-install -m incorrect/path packageNameToRun` to fail because the newest version of the...

# Report I'm converting my comment from here: https://github.com/danger/danger/issues/1177 into an issue, as 1177 was closed and no one seem to care. Assume ``` . ├── .git ├── nested │...

When an error message is multiline, like this: ``` /redacted/path/to/file.swift:31: error: -[redacted.package.testfile testRedactedName] : failed: caught error: "code: 1, Error: code: 1, FAILURE: Build failed with an exception. * What...

Hi I would like to add a possibility for `NibLoadable` views to be automatically loaded when referenced from another XIB or Storyboard. The current approach in _Reusable_ is to only...

Given a project config: ```yml name: OptionalSourcePath targets: OptionalSourcePath: type: application platform: iOS deploymentTarget: "16.0" sources: - path: "First" - path: "Second" optional: true ``` and a directory structure of:...

bug
help wanted

Currently, the `GRPCStatus` is not related to `Status` defined in [google/rpc/status.proto](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto). According to [Richer Error Model](https://grpc.io/docs/guides/error/#richer-error-model) specification, the `repeated google.protobuf.Any details` field > enables servers to return and clients to...

enhancement

I have a config like this: ```yaml version: 0.1 cli: version: 1.22.2 plugins: sources: - id: trunk ref: v1.6.1 uri: https://github.com/trunk-io/plugins - id: skoti local: ../shared ``` the `../shared` contains...