Git Product home page Git Product logo

rxnuke's Introduction

rxnuke's People

Contributors

bernix01 avatar jdisho avatar kean avatar moaible avatar mono0926 avatar mylifeasdog avatar nnsnodnb avatar ostk0069 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rxnuke's Issues

Could we use `ImageLoadingOptions` when `ImagePipeline.shared.rx.loadImage`?

Hi, I have a small question. โœ‹

I know that in Nuke, it has awesome feature called ImageLoadingOptions.
And my question is is it possible to use this option when I use Nuke.ImagePipeline.shared.rx.loadImage?
While I am reading your documentation I couldn't find any solution for this.
If there are any solutions, please tell me how.

RxNuke is not shared framework

*** Skipped building RxNuke due to the error:
Dependency "RxNuke" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/kean/RxNuke/issues/new

Compile fails on XCode 8.2.1 on El Capitan through Carthage

The following build commands failed:
CompileSwift normal arm64 /Users/.../Carthage/Checkouts/RxNuke/Source/RxNuke.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
/Users/.../Carthage/Checkouts/RxNuke/Source/RxNuke.swift:70:49: error: same-type requirement makes generic parameter 'Trait' non-generic
/Users/.../Carthage/Checkouts/RxNuke/Source/RxNuke.swift:70:81: error: same-type requirement makes generic parameter 'Element' non-generic
/Users/.../Carthage/Checkouts/RxNuke/Source/RxNuke.swift:78:36: error: use of undeclared type 'Element'
/Users/.../Carthage/Checkouts/RxNuke/Source/RxNuke.swift:78:36: error: use of undeclared type 'Element'
A shell task (/usr/bin/xcrun xcodebuild -project /Users/.../Carthage/Checkouts/RxNuke/RxNuke.xcodeproj -scheme "RxNuke iOS" -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** BUILD FAILED **

The following build commands failed:
CompileSwift normal arm64 /Users/.../Carthage/Checkouts/RxNuke/Source/RxNuke.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)

XCode 8.2.1 (latest version available on El Capitan 10.11.6)

Missing func loadImage(with url: URL)?

The README said RxNuke has this two functions

extension ImagePipeline {
    func loadImage(with url: URL) -> Single<ImageResponse>
    func loadImage(with request: ImageRequest) -> Single<ImageResponse>
}

where is

func loadImage(with url: URL) -> Single<ImageResponse>

Doesn't see it in the source also.

I'm using version 0.5

Just get a little bit confused by the document.

Thanks

orEmpty operator

I have seen that you are using orEmpty() operator among some examples in the ReadMe. However, orEmpty() doesn't exist in the source code. Is the ReadMe outdated or did you forget to create the operator? ๐Ÿ˜Š

UITableView sometimes shows previously queued image.

Hi Alexander,

I am playing around with Nuke, so I created a tableview that contains cells having only an image.
While scrolling faster I realised that the UITableView sometimes shows previously queued image.

Observable.concat(nukeManager.loadImage(with: viewModel.smallPhoto).orEmpty,
                          nukeManager.loadImage(with: viewModel.regularPhoto).orEmpty)
            .bind(to: photoImageView.rx.image)
            .disposed(by: rx.disposeBag)

Any idea why this happens?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.