Luca D'Alberti

Results 6 issues of Luca D'Alberti

This is a breaking change and will require Each 2 to be released

The PR wants to solve the issue #14, by adding the support for the `EachDisposer`.

enhancement
memory-leak

To workaround the memory leak issue, an another idea could be to implement the famous pattern of `Disposable` and `Disposer` ``` // MARK: - Disposable declaration public protocol Disposable {...

enhancement
memory-leak

Hi, I've been trying using this library (version 4.0.0-beta.2) together with AsyncHTTPClient to execute a multipart POST request, where I need to upload a file. The expected request should look...

Hi, Thank you for this great library! I've start using it recently and I came across a small problem. The library looks by default in the `.build` folder for the...

I'm displaying an animated WebP by using this simple code ```swift let webp = YYImage(data: data) gifView.image = webp ``` where `gifView` is a `YYAnimatedImageView`. In a tableView/collectionView, the memory...