larryonoff

Results 47 comments of larryonoff
trafficstars

@AliSoftware swftlint is exactly what I wanted to mention. Thanks @djbe! This isn't a big deal having config prefixed with `.`. I think that there should be an error in...

fastlane supports both `fastlane` and `.fastlane` folders. And it confused me when I configured as `.fastlane`.

I would like to like one more PR #1155 that adds ability to configure credentials sharing.

@liuxuan30 @danielgindi Hi. Sorry for the delay in responding. Really busy these weeks. I won't be able to check this PR for some time. But I think It can be...

@liuxuan30 > 1st is about `accessibilityOrderedElements` in the new code, I didn't see it. Did you just forget or because there are issues? just pushed commit > 2st is about...

@liuxuan30 hey! sorry, but not in a week. very busy.

I have similar crash, 5 crash events affecting 4 users last 30 days. iOS: 15, 16 (not iOS 17) Nuke: 12.4.0 ``` Crashed: com.github.kean.Nuke.ImagePipeline 0 Foundation 0x359758 __DataStorage.init(bytes:length:copy:deallocator:offset:) + 368...

@kean I have only crash from Crashlytics. See it below. ``` Crashed: com.github.kean.Nuke.ImagePipeline 0 libswiftFoundation.dylib 0xfe768 + 344 1 libswiftFoundation.dylib 0xab68 $s10Foundation4DataV11InlineSliceV21ensureUniqueReferenceyyF + 152 2 libswiftFoundation.dylib 0x12fb0 $s10Foundation4DataV11InlineSliceV6append10contentsOfySW_tF + 36...

> Something like this? What use case do you have in mind? > > ```swift > func client(_ client: APIClient, didReceiveResponse response: inout URLResponse, data: Data, task: URLSessionTask) throws >...