Ky
Ky
Instead, I get this: When I press Cancel, this appears, but "Open Anyway" does nothing and has no effect:
Using the [starts-with example](https://github.com/freakdesign/Shopify-code-snippets/blob/master/Starts%20with%20string%20check%20in%20Shopify%20Liquid/starts-with-example.liquid), I tried to detect if the current page URL matches a certain page: ```liquid {% assign stringToCheck = page.url %} {% assign startsWith = '/about/' %}...
[Enter steps to reproduce:] 1. Load a large file (My test is 10MB) 2. Select a highlightable word **Atom**: 1.36.1 x64 **Electron**: 2.0.18 **OS**: Mac OS X 10.13.6 **highlight-selected**: 0.16.0...
Here's an example of a function which exists as a cocoa-style value observer. It is hooked up, runs at runtime, and the code will not compile without it. Yet, `unused.rb`...
#### Tell us how we can improve Xcodes #### Currently, Xcodes sends a notification for each of the 6 steps. Personally, I only care if the final step succeeded, or...
I'd love to have this support the same named groups that NSRE supports, like this: ```swift // NSRegularExpression try! NSRegularExpression(pattern: "^(?\\d+)\\." + "(?\\d+)\\." + "(?\\d+)" + "(?:-(?(?:(?[0-9A-Za-z-]+)\\.?)+))?" + "(?:\\+(?(?:(?[0-9A-Za-z-]+)\\.?)+))?$", options:...
This could support Swift Package Manager in a similar way to how [AFNetworking](https://github.com/AFNetworking/AFNetworking) does. This way, devs could consume this library using only tools built into Xcode, even if those...
Photos is listed as a representative of [PhotoKit](https://developer.apple.com/documentation/photokit) PhotosUI is the other component of PhotoKit, but it is not listed.
When compiling targeting `My Mac (Mac Catalyst)`, I get the following errors: ```none swift-image/Sources/SwiftImage/UIKit.swift:56:12: error: invalid redeclaration of 'init(named:)' public init?(named name: String) { ^ swift-image/Sources/SwiftImage/AppKit.swift:22:12: note: 'init(named:)' previously declared...
[Paragraph 2-b of this repository's license](https://github.com/msintuneappsdk/ms-intune-app-sdk-ios/blob/master/Microsoft%20License%20Terms%20Intune%20App%20SDK%20for%20iOS.pdf) requires that code within this repository which is redistributed must be among those listed in `REDIST.txt`. However, [`REDIST.txt` does not appear in this repository](https://github.com/msintuneappsdk/ms-intune-app-sdk-ios/search?q=REDIST.txt&unscoped_q=REDIST.txt)....