IKEDA Sho

Results 16 issues of IKEDA Sho

That seems odd behavior to me; appearing vc's viewWillAppear should be called on `ContentsAppearanceHandler`'s `beginDragging`, but not on `stopScrolling`.

**Is your feature request related to a problem? Please describe.** When using the `require-id-when-available` rule with passing an array of field names, the rule passes if one of the field...

process/candidate

That's because the project's `SWIFT_VERSION` build setting is still `3.0`, but Xcode 10.2 (Swift 5 compiler) drops support for Swift 3 language mode, so the setting must be changed to...

I got an error when running with CocoaPods 1.7.0.beta.2: ``` TypeError - no implicit conversion of Array into String /usr/local/lib/ruby/gems/2.6.0/gems/cocoapods-binary-0.4.2/lib/cocoapods-binary/Prebuild.rb:131:in `basename' /usr/local/lib/ruby/gems/2.6.0/gems/cocoapods-binary-0.4.2/lib/cocoapods-binary/Prebuild.rb:131:in `block (2 levels) in prebuild_frameworks!' /usr/local/lib/ruby/gems/2.6.0/gems/cocoapods-binary-0.4.2/lib/cocoapods-binary/Prebuild.rb:129:in `each' /usr/local/lib/ruby/gems/2.6.0/gems/cocoapods-binary-0.4.2/lib/cocoapods-binary/Prebuild.rb:129:in...

:warning: **THIS WILL BE A BREAKING BEHAVIORAL CHANGE IF ACCEPTED** ⚠️ --- ref: https://github.com/Quick/Quick/pull/820#issuecomment-611816566 > However, Quick throws a wrench into this by **executing afterEach block in declaration order, instead...

breaking change

## Related issues - #330 - #511 - #773 - #939 - #951 ## Candidates - [x] `recordFailure(withDescription:inFile:atLine:expected:)` - `expectation(description:)` - `expectation(for:evaluatedWith:handler:)` - `expectation(forNotification:object:handler:)` - `expectation(forNotification:object:notificationCenter:handler:) ` - `keyValueObservingExpectation(for:keyPath:expectedValue:)` -...

## Changes Use `joinUrlParts` for URL construction in datasources. ## Context https://github.com/renovatebot/renovate/pull/16545#discussion_r928207641 ## Documentation (please check one with an [x]) - [ ] I have updated the documentation, or -...

https://github.com/ReactiveCocoa/ReactiveSwift/issues/779

enhancement

```swift let view = Label("tx", systemImage: "eye") let text = try view.inspect().label().icon().image().labelView() ``` This throws an error: > caught error: "label().icon().image().labelView() found Image.ImageLabel instead of Text"