JP Simard
JP Simard
We could use SourceKittenFramework to avoid setting breakpoints on lines with no reachable code (whitespace, comment, type declaration).
From the initial install screen, I'm getting error "An application error occurred. Please try again." Running Ubuntu 10.04.4, PHP 5.3.14-1, nginx 0.7.65. All boxes on Install are green except Apache...
With this integration: ```swift dependencies: [ .package(url: "https://github.com/lyft/swift-index-store.git", from: "1.2.0"), ], ``` The following error is produced with Swift Package Manager: > the target 'IndexStore' in product 'IndexStore' contains unsafe...
### Question I'd like to add telemetry to my app to report issues where an API response is missing a required key or otherwise has decoding errors. Ideally I could...
To reproduce, check out the branch from https://github.com/cgrindel/rules_swift_package_manager/pull/1009 and run the following: ```console $ cd examples/stripe_example $ bazel build //... --action_env=BAZEL_FORCE_REBUILD="$(date)" WARNING: PaymentSheetExample/BUILD.bazel:36:16: input 'Stripe3DS2/Stripe3DS2/Resources/Stripe3DS2.xcassets' to //PaymentSheet/PaymentSheetExample:iosapp is a directory;...
### Motivation It's useful for clients to be able to have a centralized way to handle decoding errors, which can be useful for logging or telemetry. See https://github.com/apple/swift-openapi-generator/issues/522 for more...
At NSSpain 2023, @kasper-lahti demo'd swipe actions ([video](https://vimeo.com/865570738)). Are these available in Pow? I couldn't find them searching through the code, but maybe they're around in some develop branch somewhere?...
Updated some files from https://github.com/apple/llvm-project and https://github.com/swiftlang/swift. I'm not confident that I did this correctly, but the tests do pass and this does fix https://github.com/MobileNativeFoundation/swift-index-store/issues/60. ``` $ swift --version swift-driver...
Looks like something changed in Xcode 16 beta 1 (16A5171c) causing some C++ demangle functions to be conflicting with the macOS SDK: ``` $ xcodebuild -version Xcode 16.0 Build version...
### Motivation One of the main benefits I get from using swift-openapi-generator is type safety for client code. However, for multipart form upload requests, it seems like the property codegen...