Mike Gray
Mike Gray
Confirmed still exists in current version (2.13.0)
I can't say I've ever used this functionality and can't think of a use case for it. If anyone is able to provide a good use case I will look...
Unable to force latest CI configuration to run for some reason. Continuing with merge
Pinging the primary contributors: @djbe @AliSoftware
This is still occurring with 0.51.0 I don't understand how this isn't a major bug. Gradle isn't looking in `buildSrc/buildSrc`, it's looking in `buildSrc/src` It's even documented here: https://splitties.github.io/refreshVersions/add-dependencies/#using-buildsrclibs Is...
We moved away from that particular struct so I'm not sure if it't still an issue. I'll see if I can reproduce it though
@SimplyDanny It looks like it's fixed! 🙌🏻 The examples on [this page](https://realm.github.io/SwiftLint/shorthand_operator.html) should probably be shown as `static` though, no? ```swift public (static) func *= (lhs: inout Foo, rhs: Int)...
@iAllenC Just fyi, this library provides a limited amount of support for the compositional layout pre iOS 13. iOS 13 and onward it just delegates to the builtin UIKit class
I think it does now @twittemb. Looks like it would be a pretty easy fix @jvigneshcs https://github.com/apple/swift-argument-parser/blob/82905286cc3f0fa8adc4674bf49437cab65a8373/Sources/ArgumentParser/Parsable%20Properties/Option.swift#L254
So the jumping bug I'm experiencing is when the pan gesture begins, but is flung back up at velocity to cancel. The modal jumps to a point about -50%, -50%...