Wei Wang

Results 14 issues of Wei Wang

Or there will be multiple listeners on a single fn-item, which causes race condition when clicking an item. I suffered a scrolling issue after clicking the nav item and some...

However, I guess this could be quite tricky to implement since Xcode does not have an "open" plugin system.

Currently, the `KFImage` is the lack of tests. That causes a few regression such as #1567 Although it might be a bit tricky, adding tests should prevent that. I am...

When following the help message and use `find`, lldb gives me this error: > (lldb) find UIView > error: 'find' is not a valid command. It seems we should use...

It is a bit complicated right now. Maybe it would be a good idea to create some promising helps to handle the networking request better. They are not required to...

As for #1409 it adds a `data` property to get the image data from result easier. ```swift imageView.kf.setImage(with: url) { result in let data = try? result.get().data() } ``` However,...

In the PaperFold-NavDemo, when I want to swipe and reveal the right view controller, there will be a grey gap between right view and the screen edge, described in the...

The `DataReceivingSideEffectTests` are long existing but not yet finished to implement. In v8 it should be a good time to add the `.onDataReceived` option.

v8

It is very rare to see `黏贴` as the translation to `Paste`. Usually, on both macOS and Windows, we use the word `粘贴`. Ref 1: DevToy Windows https://github.com/veler/DevToys/blob/507e11018e9a444da549fc6244269602e0deea0b/src/dev/impl/DevToys/Strings/zh-Hans/Common.resw#L189C1-L190 Ref 2:...