Binlogo

Results 30 comments of Binlogo

能自动识别电话号码和邮箱吗?类似UITextView中的dataDetectTypes这样的?

It's a nice idea and easy way to wrap AnimatedImageView using UIViewRepresentable, for supporting SwiftUI GIFs animated image display. ```swift @available(iOS 13.0, *) struct KFAnimatedImage: UIViewRepresentable { var resource: Resource?...

@onevcat I just made a quick demo, if wrapping the `AnimatedImageView` as `UIViewRepresentable` is ok, I'd like to have a try to provide a rough PR for discussion.

1. 这个图片实际上并不是 gif 格式的 2.另外最新的代码加载这张图片,内存使用率正常 3.如果确定还能复现,建议提供更多的一些信息,不然可以 close 了 ```sh acastro_180612_2664_0001.0.gif: JPEG image data, JFIF standard 1.01, aspect ratio, density 72x72, segment length 16, Exif Standard: [TIFF image data, big-endian, direntries=2,...

@Xpressive This feature proposal is really great 👍

I used the "@codemirror/legacy-modes": "6.3.3", got the same issue, after update relative deps, fixed. ```diff - "@codemirror/legacy-modes": "6.3.3", + "@codemirror/legacy-modes": "6.4.0", - "@uiw/react-codemirror": "4.21.21", + "@uiw/react-codemirror": "^4.21.21", ```

Good catch. I encountered the same issue when attempting to use tuist to migrate the [cargo-xcframework](https://github.com/human-solutions/xcframework)'s example for the macOS platform, which originally used an XCFramework containing `.dylib` files. It's...

> @Binlogo would you want to take this PR forward and add the missing unit test? Otherwise, this PR should be good to merge. Since this is coming from a...

Agree, if we don't need to follow Apple's "outdated" or "wrong" document for iOS, we can just merge this PR and let .dylib works.

Works fine with Alfred 4.2.1