JP Simard

Results 150 issues of JP Simard

**Describe the bug** There was a regression in iOS 15.4 that causes SwiftUI `Menu` views to not be rendered in image snapshots. I'm not sure if this is due to...

This is the same as https://github.com/pointfreeco/swift-snapshot-testing/pull/495, while also removing support for GLKView to avoid OpenGL deprecation warnings.

I'm looking into integrating SnapshotTesting for SourceKitten's [test fixtures](https://github.com/jpsim/SourceKitten/tree/0.30.1/Tests/SourceKittenFrameworkTests/Fixtures) and I'm trying to replicate the current behaviour of the snapshotting strategy I'm replacing. First some context: SourceKitten interacts to SourceKit...

In some settings, it would be valuable to disable new user signups, such as systems with invite-only accounts, or with a finite set of potential users (e.g. a small office...

T-Feature

Hi folks, can anyone help resolve this logged message that happens every time I run `xcversion update`? I'm on the latest version. I even tried resetting my credentials using `fastlane...

``` $ xcversion update /Users/jsimard/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/fastlane-2.68.1/spaceship/lib/spaceship/client.rb:488:in `send_shared_login_ (Spaceship::TunesClient::ITunesConnectError) 503 Service Temporarily Unavailable 503 Service Temporarily Unavailable Shield from /Users/jsimard/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/fastlane-2.68.1/spaceship/lib/spaceship/portal/portal_client.rb:13:in `send_login_request' from /Users/jsimard/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/fastlane-2.68.1/spaceship/lib/spaceship/client.rb:669:in `do_login' from /Users/jsimard/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/fastlane-2.68.1/spaceship/lib/spaceship/client.rb:405:in `login' from /Users/jsimard/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/fastlane-2.68.1/spaceship/lib/spaceship/client.rb:121:in `login' from /Users/jsimard/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/fastlane-2.68.1/spaceship/lib/spaceship/portal/spaceship.rb:22:in...

Looks like the recursive nature of the parser makes it quite susceptible to stack overflows when parsing larger yaml structures. Not that ~500 lines is _that_ large for a yaml...

bug

This code should animate the tapped cell 10px right while changing its color to green. The frame animation never runs the first time. Ideas? ``` - (void)GMGridView:(GMGridView *)gridView didTapOnItemAtIndex:(NSInteger)position {...

Swift can integrate with libFuzzer and seems to work quite well. To seed the fuzzer with a useful corpus of input data, I'm using the yaml from [yaml-test-suite](https://github.com/yaml/yaml-test-suite). References: -...